0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0 • Published 10 months ago

@antribute/ui v0.1.0-dev.03a85f44875cc2268b504dba024aa82fb2e1f8f0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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!