Skip to content
/ ui Public

⚛️ React components conforming to the Verto Style Guide

License

Notifications You must be signed in to change notification settings

useverto/ui

Repository files navigation

Verto logo (light version)

Verto UI

React components conforming to the Verto Style Guide.

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.

About

⚛️ React components conforming to the Verto Style Guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published