Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 795 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 795 Bytes

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