@aawd/codebox

UI component for inserting and validating short numeric codes

Usage no npm install needed!

<script type="module">
  import aawdCodebox from 'https://cdn.skypack.dev/@aawd/codebox';
</script>

README

Typescript/React/Storybook/Jest template

Template for creating UI components library to be published on npm. Only dist directory is published on npm through the files property of package.json. Typescript declarations are included in dist.

Usage

build js / css

npm run build

start storybook

npm run storybook

start jest in watch mode

npm test

License

MIT