0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0 • Published 2 years ago
@antribute/ui v0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0
Antribute UI
The Antribute Design Language and Component Library
Installation
pnpm i @antribute/ui
Setup
- Set up TailwindCSS for your build system
- Set the contents of your newly-created
tailwind.config.js
toimport tailwindConfig from '@antribute/ui/tailwindConfig'; export default tailwindConfig;
- In the entrypoint of your app, add
import '@antribute/ui/antribute.css';
Running Storybook for Local Development
pnpm run storybook
Usage
Usage docs will be written as we expand the available components, make sure to check back here later!