- An enterprise UI design system for web applications.
- A set of high-quality React components.
- Written in ES6 and styled-components.
- Use react-hook-form for form handling
npm install --save react-jupiteror
yarn add react-jupiter import { Button } from 'react-jupiter';
ReactDOM.render(<Button>Submit</Button>, mountNode);Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
git clone https://github.com/evandhq/react-design-system.git
cd react-design-system
npm install
npm startstart development and view doc. Open your browser and visit http://127.0.0.1:3000
npm startshow stories of storybook. Open your browser and visit http://127.0.0.1:9009:
npm run storybookrunning all tests:
npm run testshow linter errors (linter prevent changes to commit):
npm run lintfix linter errors automatically:
npm run lint:fixcreate changelog:
npm run versiongenerate static site of storybook:
npm run build:storybookbuild production of documents and samples:
npm run build:docbuild version of design system:
npm run build:libdeploy updated storybook on project's github gh-page :
npm run deploy:storybookRead our contributing guide and let's build a better react design system.
react design system is available under MIT licence.