vision-uikit
v0.2.0
Published
Set of UI components for vision projects
Downloads
2
Readme
Vision UIkit
Vision UIkit is a set of React components and hooks used to build pages on Vision's apps. It also contains dark and light mode.
Install
yarn add vision-uikit
Setup
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from 'vision-uikit'
...
<ResetCSS />
Types
This project is built with Typescript and export all the relevant types.
How to use the UIkit
If you want to use components from the UIkit, check the Storybook documentation