1.4.3 • Published 11 months ago

top-ui-kit v1.4.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

UI Kit

Проект представляет из себя UI-кит, а также его документацию на Storybook.

Project setup

npm install

Compile and Hot-Reload docs for Development

npm run storybook

Compile docs for Production

npm run build-storybook

Usage

Import package inside CSR framework (in entrypoint):

import 'top-ui-kit';

Import package design tokens:

import { colors, units } from 'top-ui-kit/tokens';

Import SCSS styles for all components:

@import '~top-ui-kit/all.scss';

Import particular SCSS styles for components:

@import '~top-ui-kit/components/button.scss';
1.3.5

11 months ago

1.4.3

11 months ago

1.3.4

11 months ago

1.4.2

11 months ago

1.3.3

11 months ago

1.4.1

11 months ago

1.3.2

11 months ago

1.4.0

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago