2.1.1 • Published 8 months ago

react-carbonui v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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

8 months ago

2.1.0

8 months ago

1.4.1

10 months ago

2.0.0

10 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.4

1 year 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.0

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago