ydb-ui-components
v4.3.2
Published
A set of React components used in YDB interfaces.
Downloads
1,225
Readme
ydb-ui-components ·
A set of React components used in YDB interfaces.
Install
npm install --save-dev ydb-ui-components @gravity-ui/uikit
I18N
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