dxsix-form-components

This is a component for react.

Usage no npm install needed!

<script type="module">
  import dxsixFormComponents from 'https://cdn.skypack.dev/dxsix-form-components';
</script>

README

Intro

This is a component for react.

Install

npm install --save dxsix-form-components

For Details: See Example

Developing and running on localhost

First install dependencies and then install peerDeps for storybook dev:

npm install

To run Example in hot module reloading mode:

npm run storybook

To create a bundle library module build:

npm run build-storybook

Testing

To run unit tests:

npm test

License

MIT © dxsixpc