@air/zephyr
v18.1.1
Published
Air's React component library
Downloads
2,788
Readme
Zephyr
The official React component library for Air.
Installation
yarn add -D @air/zephyr
Usage
We're assuming you're using this library inside an application setup with styled-components
(using a ThemeProvider) whose theme object matches the System UI specification.
Following that, usage should be as simple as:
import { Button } from '@air/zephyr';
Contributing
Coming soon...