@verto/ui
v3.6.7-beta
Published
The Verto Components library for React
Downloads
28
Keywords
Readme
About
This is the Verto React Component library used in the Verto Interface.
Guide
Install
yarn add @verto/ui
or
npm i @verto/ui
Usage
Before you start using the components, make sure to wrap your app component with the Verto Provider
:
<VertoProvider theme={theme}>
<App />
</VertoProvider>
The theme
prop can be "Light" or "Dark" and it is required.
License
The code contained within this repository is licensed under the MIT license.