@clippet/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

🔊
Clippet React

npm package npm downloads

⚠️ THIS PACKAGE IS STILL IN ALPHA ⚠️

The font for sounds.

An elegant React library for audio feedback
in user interfaces

npm i @clippet/react
yarn add @clippet/react

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

Package Sidebar

Install

npm i @clippet/react

Weekly Downloads

11

Version

0.0.10

License

MIT

Unpacked Size

27.6 kB

Total Files

5

Last publish

Collaborators

  • pepijnverburg