0.0.10 • Published 2 years ago

@clippet/react v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago