2.1.1 • Published 2 years ago

react-carbonui v2.1.1

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

react-carbonui

A carbon copy UI to show the web page, based on the traditional view

Installation

Using npm:

$ npm i react-carbonui

Using yarn:

$ yarn add react-carbonui

Usage

import { Button } from "react-carbonui";

<Button label="Click me" />;

You may use it just like any other component by importing it.

import { Button } from "react-carbonui";

const MyComp = ({}) => {
  return <Button label="Hello World!" />;
};

export default MyComp;

Docs

Get started

See in actions on Storybook

Contribution Doc

  1. Fork and in local run npm install or yarn install

  2. Run the storybook (to test/see the components)

    $ npm run storybook

  3. Add new feature or see the https://github.com/hidaytrahman/react-carbonui/issues do the magic

  4. Open a PR (Write proper details about the feature or fixes)

Thats it!

2.1.1

2 years ago

2.1.0

2 years ago

1.4.1

2 years ago

2.0.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago