0.0.3 • Published 2 years ago

@yanote/kinza-ui-kit v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

UI Kit им. А.С. Пушкина

UI Kit

Установка

npm:

npm install @yanote/kinza-ui-kit --save

Yarn:

yarn add @yanote/kinza-ui-kit

Использование

import React from 'react';
import {Button} from '@yanote/kinza-ui-kit';

const CustomButton: React.FunctionComponent<null> = () => (
    <Button />
);

Тесты

npm test

Публикация

npm publish --access public --verbose

Лицензия

MIT