Skip to content

arthurpark/primitive-ui

Repository files navigation

Primitive UI

Primitive UI is a low level React component library that can be used as building blocks for more complex components built on top of tailwindcss. tailwindcss has been chosen because of its populirity, familiarity, and wide range of features that it supports. Component API was inspired by Braid Design System.

Get started

  1. Clone
git clone [email protected]:arthurpark/primitive-ui.git
  1. Install dependencies
npm install
  1. Run watcher
npm start
  1. Run example
cd ../example && npm dev