ydb-ui-components
v5.4.0
Published
A set of React components used in YDB interfaces.
Readme
ydb-ui-components ·

A set of React components used in YDB interfaces.
Install
npm install --save-dev ydb-ui-components @gravity-ui/uikitI18N
Some components contain prepared text. For changing language use configure function.
index.js
import {configure} from 'ydb-ui-components';
configure({
lang: 'en',
});Development
To start the dev storybook
npm run start