Socket
Book a DemoInstallSign in
Socket

@yandex-cloud/uikit

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex-cloud/uikit

Yandex.Cloud UI components

latest
Source
npmnpm
Version
2.15.1
Version published
Maintainers
6
Created
Source

@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

FAQs

Package last updated on 18 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts