0.0.10 ā€¢ Published 1 year ago

@clippet/react v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage

Basic usage

import { useClippet, clPlip } from '@clippet/react';

export default function Button() {
  const [playClick] = useClippet(clPlip);

  return (
    <button onClick={() => {
      playClick();
    }}>
      Press me!
    </button>
  );
}

Roadmap

  • Q2 2023: first sound font consisting between 12 and 16 sounds
  • Q2 2023: landing page for package
  • Q3 2023: in-depth documentation
  • Q3 2023: playground to test sounds with UX patterns
  • Q3 2023: release of multiple sound fonts

Acknowledgments

Clippet is developed and maintained by BMD Studio

0.0.10

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago