empav / aerial

Aerial React UI component library

Home Page:https://aerial-git-main-empav.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aerial User Guide

Congrats! You just saved yourself hours of work by bootstrapping this project. Let’s get you oriented with what’s here and how to use it.

If you’re new to TypeScript and React, checkout this handy cheatsheet

Active status

Workflow

Commands

The recommended workflow is to build it:

npm install # or yarn install
npm run build # or yarn build

This builds to /dist.

Then run either Storybook or the example playground:

Storybook

Run inside another terminal:

npm run storybook # or yarn storybook

This loads the stories from ./stories.

About

Aerial React UI component library

https://aerial-git-main-empav.vercel.app/

License:MIT License


Languages

Language:TypeScript 88.1%Language:JavaScript 9.0%Language:CSS 2.2%Language:HTML 0.7%