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