Skip to content

aerian-studios/aerian-component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3c2dbb · Nov 26, 2022
Nov 18, 2022
Nov 25, 2022
Nov 26, 2022
Nov 18, 2022
Nov 25, 2022
Nov 21, 2022
Sep 15, 2020
Nov 24, 2022
Nov 18, 2022
Nov 18, 2022
Nov 18, 2022
Nov 18, 2022
Nov 18, 2022
Nov 21, 2022

Repository files navigation

Aerated - Component Library

Installation

npm install --save @aerian-studios/[email protected]
# or
yarn add @aerian-studios/[email protected]

Usage

TODO

Form

TODO

Developing the component library

There are generators to quickly output the files and boilerplate that you need to output a component:

yarn generate

# or npm

npm run generate

All components should have tests, a story, some local theming. Largely speaking the development and documentation of a component occurs in storybooks. This encourages thinking about the the component in isolation.

Developing locally


The repository contains storybooks for building and testing new components. There is also a simple main.tsx to allow you to test adding classes.