0.0.5 • Published 2 years ago

@macrostrat/form-components v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 install

Then 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
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