React components for faster and easier web development. This is a design system based on Material-UI.
Dry-UI is a Material-UI React library based on a theme design from Figma.
See our documentation with live editable examples and API documentation.
react
react-dom
npm install dry-ui
or
yarn install dry-ui
In the project directory, you can run:
npm dev
or
yarn dev
Runs the app in the development mode. Open http://localhost:6006 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
npm test
or
yarn test
Launches the test runner in the interactive watch mode. See the create-react-app's section about running test for more information.
npm build-storybook
or
yarn build-storybook
Builds the app stories.
npm build-components
or
yarn build-components
Builds the components design system. It will create a dist
folder.
npm publish
or
yarn publish
Builds components and publishes to npm.
See our documentation with live editable examples and API documentation.
- React - A JavaScript library for building user interfaces
- Material-UI - React Component Library with Material Design
- NodeJs - Server Environment
- @jojo-tutor - Idea & Initial work
- @armonkahil - Documentation