1.1.3 • Published 5 years ago

homecredit-kit v1.1.3

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Homecredit-ui

Home Credit UI

NPM JavaScript Style Guide

Install

npm install --save homecredit-ui

Usage

You can import the whole component library, or use named imports:

import * as Components from 'homecredit-ui'
// use Components.Button, etc.
import { Button } from 'homecredit-ui'
// use Button

You can also import from individual files, which helps with tree-shaking:

import Button from 'homecredit-ui/lib/button'
// use Button

And import stylesheets manually:

import 'homecredit-ui/dist/index.css';

For component documentation, see the docs site.

License

Made with ♥ by Home Credit

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago