2.1.0 • Published 2 years ago

@kyna/ui v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Kyna UI

This is the Kyna UI library featuring the components and themes we use.

Usage

$ yarn add @kyna/ui
import { Button } from "@kyna/ui";

export function App() {
  <div>
    <Button primary>Click Me!</Button>
  </div>;
}

Documentation

Check out the live documentation with examples.

Develop

  • Clone the repo
  • Install dependencies with yarn install
  • Run the server with yarn storybook
  • Visit http://localhost:6006/
  • Write components and stories