1.0.6 • Published 10 months ago

@b-stable/ui-kit v1.0.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
10 months ago

Installation

To use B-Stable UI Kit components, all you need to do is install the @b-stable/ui-kit package

$ yarn add @b-stable/ui-kit react-router-dom

# or

$ npm i @b-stable/ui-kit react-router-dom

Add in your src/index.ts imports css files:

import "normalize.css";

import "@b-stable/ui-kit/dist/css/inter.css";
import "@b-stable/ui-kit/dist/css/main.css";

Usage

import { Button } from '@b-stable/ui-kit'

export const Component = () => {
    return (
        <Button onClick={onClickHandle}>
            Button
        </Button>
    )
}
1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago