Skip to content

aeksandla/uikit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.0%
  • SCSS 25.6%
  • Other 0.4%