Ability to use bootstrap classes
See original GitHub issueIt would be nice to have a feature so that if my component is wrapped in your provider all children can use css classes like d-flex
, text-danger
, and so on.
Is this “sort-of” supported now?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
JavaScript - Bootstrap
You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first-class API...
Read more >Bootstrap Get Started - W3Schools
Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap ; Responsive features: Bootstrap's responsive CSS adjusts...
Read more >Learn Bootstrap: How to Start Using It On Your Website
The short answer is that it depends on you. If you're a professional developer who already knows HTML, CSS and JavaScript well, you...
Read more >The Ultimate Guide to Bootstrap CSS - HubSpot Blog
Bootstrap is less than 500KB. You can also take several steps to reduce that weight and mitigate its impact on load time. For...
Read more >Bootstrap CSS Framework - Full Course for Beginners
Learn Bootstrap 5 in this full course for beginners. Bootstrap is the most popular CSS framework. It allows web developers to quickly design ......
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
Thank you, I am glad you like it 😀
If you think about something similar to Utility classes of Bootstrap. Than I definitely would love to support this. While I think we should not use
className
for them since this library currently isprops
based.But we could definitely support something similar to
<Button text-danger>Somthing</Button>
? What do you think of that idea?I started to work on this issue. Here are results so far. Looks promising.
It looks like this can become a nice separate package.