@dns-tech/ui-components
v1.4.0
Published
UI components library built with React using spectre.css
Downloads
15
Maintainers
Readme
@dns-tech/ui-components
UI components library built with React and spectre.css css framework
Storybook URL :tada:
Installation
Use the package manager npm to install UI components.
npm i @dns-tech/ui-components
Example Usage
import { Button } from '@dns-tech/ui-components';
Storyshots Testing
Storyshots testing runs in a docker container. Since chromatic already has visual regression testing as part of the build process, explicit testing script is removed from the build and deployment process. But keeping the code in the repo for any future use cases.
To run image snapshot testing locally, run yarn test:visual
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
This project is offered under MIT.