1.0.6 • Published 3 years ago
@mindgym/ui v1.0.6
Mindgym UI
This is the Mindgym UI library featuring the components and themes we use.
Usage
$ yarn add @mindgym/uiimport { Button } from "@mindgym/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