React components conforming to the Verto Style Guide.
This is the Verto React Component library used in the Verto Interface.
yarn add @verto/ui
or
npm i @verto/ui
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.
The code contained within this repository is licensed under the MIT license.