Skip to content

Latest commit

 

History

History
115 lines (73 loc) · 21.1 KB

README.md

File metadata and controls

115 lines (73 loc) · 21.1 KB

Carbon Components React

CircleCI All Contributors Greenkeeper badge

A collection of Carbon Components implemented using React.

Usage

List of Available Components

View available React Components here. You can see usage information in several ways:

  1. Clicking the blue Show Info icon in the top right corner of the selected component. You can see the list of available React props
  2. Clicking the STORY tab at the bottom. This tab contains the code that shows how the component is being used
  3. Clicking the KNOBS tab at the bottom and changing values there. Most knobs are shown as something like Button kind (kind), where kind is the name of React prop
  4. Clicking the ACTION LOGGER tab at the bottom and interacting with the selected component. You may see something like onClick which typically indicates that the event handler (React prop) with the same name is called. You can also expand the twistie to see the details of the event
  5. Clicking the README tab at the bottom. You can see some more document for some components

Getting Started

Run the following command using npm:

npm install -S carbon-components-react carbon-components carbon-icons

If you prefer Yarn, use the following command instead:

yarn add carbon-components-react carbon-components carbon-icons
  1. These components require the use of Webpack in your project. See our webpack.config.js for an example configuration.

  2. Components do not import any of the styles themselves, use the scss or css from carbon-components to bring in styling. You can also use the unpkg cdn to bring in the styles wholesale - unpkg.com/carbon-components/css/carbon-components.css aliases the latest css file.

  3. For older browsers (e.g. IE11), polyfills listed in carbon-components-react/.storybook/polyfills.js file is required.

If you just want to try out carbon-components-react, you can also use CodeSandbox.

Edit carbon-components-react

Development

Please refer to the Contribution Guidelines before starting any work.

Using the server

We recommend the use of React Storybook for developing components.

  1. (Optional) Set environment variables:

    • true to CARBON_USE_EXPERIMENTAL_FEATURES environment variable to test some of the experimental features:

      $ export CARBON_USE_EXPERIMENTAL_FEATURES=true
      
    • true to CARBON_REACT_STORYBOOK_USE_EXTERNAL_CSS environment variable to use external CSS, making style source link usable in DOM inspector:

      $ export CARBON_REACT_STORYBOOK_USE_EXTERNAL_CSS=true
      
    • true to CARBON_REACT_STORYBOOK_USE_STYLE_SOURCEMAP environment variable to use Sass source map, making style source link point to the original Sass code:

      $ export CARBON_REACT_STORYBOOK_USE_STYLE_SOURCEMAP=true
      

Caveats:

  • CARBON_REACT_STORYBOOK_USE_EXTERNAL_CSS=true and CARBON_REACT_STORYBOOK_USE_STYLE_SOURCEMAP=true make WebPack builds slightly slower.
  • With CARBON_REACT_STORYBOOK_USE_STYLE_SOURCEMAP=true, the source map (hitting style source link in DOM inspector) sometimes leads you to a mix-in, instead of a style rule calling the mix-in, which may get you lost.
  1. Start the server:

    $ yarn storybook
    
  2. Open browser to http://localhost:9000/.

  3. Develop components in their respective folders (/components or /internal).

  4. Write stories for your components in /.storybook.

Contributing

Please check out our Contribution Guidelines for detailed information on how you can lend a hand.

To update the Contributors section, follow these instructions

Contributors

Thanks goes to these wonderful people:


Brian Han

💻

Chris Dhanaraj

💻

Nick Sandonato

💻

TJ Egan

💻

Mari Johannessen

💻

Sam Doyle

💻

alex weidner

💻

Ciaran Hannigan

💻

Ian Fleming

💻

Eddie Monge

💻

Reinaldo Cruz

💻

Yu Cao

💻

Megan Becvarik

💻

Astha

💻

Jason Lengstorf

💻

Nathan Friedly

💻

Matt Hamann

💻

Greg

💻

Anthony Oliveri

💻

Jorge Padilla

💻

German Attanasio

💻

Ritchie Martori

💻

Akira Sudoh

💻

holmansze

💻

Josh Black

💻 📖 💡 🚇

Tayler Aitken

🎨 📖

Bethany Sonefeld

🎨

Dmitri Wolf

💻

James

💻

Kade Keith

💻

Mira Murali

💻

alisonemiller

💻

bjones526

💻

sandhya-r-reddy

💻

Alison Joseph

💻

Dogukan

💻

Erika Dsouza

💻

Jeroen Schaftenaar

💻

Joseph Meis

💻

Paul Sachs

💻

Ryan Mackey

💻

Toni

💻

shyfruan

💻

Joseph Gordon

💻

Logan McCaul

💻

Matt Chapman

💻

Scott Dickerson

💻

Darío Hereñú

💻

James Zhang

💻

Simone Riccardelli

💻

Tom

💻

Zeus Courtois

💻

Andrew Daniel

🐛 💻

Andy

🐛 💻

Nicholas Lee

💻

David Menendez

💻

Prashant Farkya

💻

Tibor Cz

📖

Xixiang Chen

💻

s100

💻

Becca Ellsworth

💻

Zack Grossbart

💻

Yohanna Gadelrab

💻 🐛 ⚠️ 📖

Carlos Eduardo Monti

💻 📖

Thomas Brown

💻