krozhkov / uikit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@yandex-cloud/uikit · npm package CI

A set of React components for building rich web applications.

Install

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

Usage

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

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

About

License:MIT License


Languages

Language:TypeScript 74.5%Language:SCSS 24.3%Language:JavaScript 1.2%