Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

hidaytrahman/react-carbonui

Repository files navigation

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";<Buttonlabel="Click me"/>;

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

import{Button}from"react-carbonui";constMyComp=({})=>{return<Buttonlabel="Hello World!"/>;};exportdefaultMyComp;

Docs

Get started

See in actions onStorybook




Contribution Doc

  1. Fork and in local runnpm install oryarn install

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

    $ npm run storybook

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

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

Thats it!


[8]ページ先頭

©2009-2025 Movatter.jp