Getting Started
Installation
To install the Sovryn UI Library follow these steps:
Install the package via
npm
oryarn
:
or
Import the desired components from the Sovryn UI Library:
Basic Usage
The Sovryn UI Library provides a wide range of reusable UI components that can be easily integrated into your application. Here are a few examples of basic usage:
Using Buttons:
Working with Inputs:
Helpful Links
To make the most of the UI Library and access additional resources, refer to the following helpful links:
Storybook: Explore the interactive Storybook, a playground showcasing the UI Library's components with live examples and configurations, allowing you to experiment and understand their behavior. Sovryn Storybook
Sovryn-dapp: Monorepo that contains the UI Library, you can find all sorts of useful information there, including the overview of all the Sovryn packages. Sovryn-dapp repository
Tailwind CSS: If you want to customize the styles of the Sovryn UI components or learn more about the underlying CSS utility classes, refer to the official Tailwind CSS documentation.
Last updated