This is the Kyna UI library featuring the components and themes we use.
$ yarn add @kyna/uiimport { Button } from "@kyna/ui";
export function App() {
<div>
<Button primary>Click Me!</Button>
</div>;
}Check out the live documentation with examples.
- Clone the repo
- Install dependencies with
yarn install - Run the server with
yarn storybook - Visit http://localhost:6006/
- Write components and stories