Skip to content

ydb-platform/ydb-ui-components

Repository files navigation

ydb-ui-components · npm package CI

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