a-ui (In development)
A soft (neomorphic) design system for react apps.
Live demo
For documentation and how to use, checkout a-ui's storybook: https://a-ui.netlify.app/.
Repository is currently private, if any questions and need help, post it on the discord server below.
Installation
npm install --save @mohitkyadav/a-ui
Usage
import {
A, Avatar, Button, CheckBox,
IconButton, OutsideClickListner,
KeyEventListner, ToggleSwitch,
RangeSlider, Badge,
} from '@mohitkyadav/a-ui
Setting up the project locally
npm i
- install all the dependencies
npm start
- will start the storybook
npm run build
- will build the project
npm run test:watch
- will run tests in watch mode