0.2.0 • Published 1 year ago

vision-uikit v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vision UIkit

Version Size

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