@yandex-cloud/uikit
TypeScript icon, indicating that this package has built-in type declarations

2.15.1 • Public • Published

@yandex-cloud/uikit · npm package CI storybook

A set of React components for building rich web applications.

Install

npm install --save-dev @yandex-cloud/uikit @yandex-cloud/i18n

Usage

import React from 'react';
import {Button} from '@yandex-cloud/uikit';

const SubmitButton = <Button view="action" size="l" />;

I18N

Some components contain prepared text. For changing language use configure function.

index.js

import {configure} from '@yandex-cloud/uikit';

configure({
  lang: 'en',
});

Development

To start the dev storybook

npm run start

Readme

Keywords

none

Package Sidebar

Install

npm i @yandex-cloud/uikit

Weekly Downloads

1

Version

2.15.1

License

MIT

Unpacked Size

1.43 MB

Total Files

1262

Last publish

Collaborators

  • yc-ui-bot
  • seqvirioum
  • resure
  • amje
  • yandex-cloud-bot
  • monsterzz