How to make a new component for react in carbon ?
See original GitHub issueWhat package(s) are you using?
-
carbon-components
-
carbon-components-react
Summary
Relevant information
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
4. Creating components - Carbon Design System
This tutorial will guide you in creating a React app with the Carbon Design ... Fork, clone and branch; Review design; Create components;...
Read more >Up & Running with Carbon React in less than 5 minutes
In this post, we went through how to get up-and-running with the Carbon Design System using Create React App 2.0 in less than...
Read more >carbon-components-react examples - CodeSandbox
Learn how to use carbon-components-react by viewing and forking example apps that make use of carbon-components-react on CodeSandbox.
Read more >carbon-components-react - npm
Start using carbon-components-react in your project by running `npm i carbon-components-react`. There are 126 other projects in the npm ...
Read more >carbon-components-react/migrate-to-7.x.md at master - GitHub
E.g. if you're using the <Footer /> React component that was previously available in Carbon, you'll need to either remove your footer instances...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In addition to the great reference from @emyarod - Carbon’s React components, one provided by us as well as ones applications create, are either regular React components with some Carbon styling or React components using Carbon ones in it. For the former, you can go to components page in carbondesignsystem.com site and how Carbon CSS classes are applied to the markup. For the latter, you can go to react.carbondesignsystem.com to see the API of our components. Hope these help!
I believe this step of our new tutorial may be useful to you https://www.carbondesignsystem.com/tutorial/react-step-4