@ifkz/design-system
v2.0.8
Published
ifkz.org design system
Downloads
2
Readme
IFKZ Design System
Components pack used for IFKZ.org frontend
Installation
Use the package manager yarn to install the package.
$ yarn add @ifkz/design-system
Package Usage
Just import our components and use them.
import { MockBackground } from '@ifkz/design-system'
<MockBackground />
For documentation or contribution just clone our github repository and run Storybook UI.
$ git clone https://gitlab.com/ifkz/design-system.git
$ yarn
$ yarn start