chiper-components-library
v1.4.32
Published
chiper's components library in typescript, SASS, Rollup and storybook
Downloads
51
Readme
chiper-react-components-library
React components for web
chiper's components library in typescritp, Sass, Rollup and storybook
Read all documentation before start*
Learn and understand:
execute examples
- Clone the repo
npm install
npm run storybook
Installation
// with npm
npm install react-components-chiper
// with yarn
yarn add react-components-chiper
Usage
import {Calendar, ...} from 'react-components-chiper';
// ...
<Calendar {...} />
Scripts
The package.json
file contains various scripts for common tasks:
yarn build
build components to export.yarn typescript
type-check files with TypeScript.yarn lint
: lint files with ESLint.yarn storybook
: run storybook for see components.yarn build-storybook
:exporting Storybook as a Static App. To testnpx http-server .out
yarn commit
pre-commit for standard commits, use to create a commit.
Questions
For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "Chiper" that you can use to tag your questions.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.