A set of flexible, highly practical, and efficient React components for creating rich web applications.
Resources
Install
npm install --save-dev @gravity-ui/uikit
Usage
const SubmitButton = <Button view="action" size="l" />;
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
A set of flexible, highly practical, and efficient React components for creating rich web applications.
UIKit comes with base styling and theme. In order to everything look nice include this at the top of your entry file:
UIKit supports different themes: light, dark and their contrast variants. Your app must be rendered inside ThemeProvider:
It is possible to generate initial root CSS-classes during SSR to avoid theme flashing: