Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 581 Bytes

Artbc UI - React

React Artbc UI System

npm version

StoryBook : https://artbycode-id.github.io/artbc-ui/

Installing

Install with npm or yarn

  • npm i @artbc-ui/base @artbc-ui/react

or

  • yarn add @artbc-ui/base @artbc-ui/react

Add plugin config tailwindcss in your tailwind.config.js

module.exports = {
  ...
  plugins: [
    require('@artbc-ui/base'),
  ],
}