0.1.0-dev.000c377e11b18c5110d5255f08eff9f74b0c67e8 • Published 3 years ago

@antribute/ui v0.1.0-dev.000c377e11b18c5110d5255f08eff9f74b0c67e8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Antribute UI

The Antribute Design Language and Component Library

Installation

pnpm i @antribute/ui

Setup

  1. Set up TailwindCSS for your build system
  2. Set the contents of your newly-created tailwind.config.js to
    import tailwindConfig from '@antribute/ui/tailwindConfig';
    export default tailwindConfig;
  3. 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!