- Notifications
You must be signed in to change notification settings - Fork0
a react components library build with StoryBook, Typescript and SASS primarily for e-commerce applications
iamrishupatel/artemis-ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Artemis UI is a react components library build withStoryBook,Typescript andSASS primarily for e-commerce applications.
Docs and Demo can be foundhere
npm i artemis-ui
import "artemis-ui/dist/index.css"
- Alert
- Avatar Group
- Cards
- Multi Select
- Pagination
- Search
- Slider
- & more....
I started learning Typescript and Storybook while making this project,and as I'll learn more, I'll try to update this library and make it better.
In the project directory, you can run:
npm install
Install all the required node packages
npm run storybook
Starts a local development server
This page will reload when you make changes.
npm run build-sorybook
Builds the storybook ready for production in to thestorybook-static
folder.
npm run build
Builds the library ready to publish onnpm
This is just a side project