KhodeN / uikit

Home Page:https://preview.yandexcloud.dev/uikit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

Development

To start the dev storybook

npm run start

About

https://preview.yandexcloud.dev/uikit/

License:MIT License


Languages

Language:TypeScript 74.1%Language:SCSS 24.7%Language:JavaScript 1.1%Language:Shell 0.0%