0.2.1 • Published 9 months ago
@macrostrat/form-components v0.2.1
Macrostrat/form-components
A set of reusable react components for forms and data entry.
Rollup compiles js and types to esm and cjs by default. ESM output is in the dist/esm/index.js while the CJS output is in the dist/cjs/index.js. Types are located at dist/index.d.ts.
To run clone the repository and run:
npm installThen any one of the following commands:
npm run test // to run the single jest test
npm run storybook // to run the built in storybook
npm run rollup // to run the rollup to view compilied js and types in the dist directory