0.1.0-dev.11edfad47c9b57689e91da70535f4a1c7b5dc38b • Published 3 years ago

@antribute/ui v0.1.0-dev.11edfad47c9b57689e91da70535f4a1c7b5dc38b

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!