VSHP UI Components build on React v18 with Storybook v6
npm i @vshp/ui-components
or
yarn add @vshp/ui-components
Import the component you need in project
import { Button } from "@vshp/ui-components";
And import styles from @vshp/ui-components/dist/index.css
@vshp/ui-components/dist/index.css
If you don't use Layout from Ant Design use Normalize
Detailed docs and example usage can be found at our Storybook.
If you need to change the default colors, import scss file from @vshp/ui-components/dist/index.scss
Put it AFTER your scss variables import.
Installing all the dependencies
yarn
yarn storybook
yarn build-lib