Bootstrap required? Unstyled available? #249
Unanswered
jonathanstanley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a ui system that is style agnostic... so I can use Bootstrap / Material UI / Tailwind CSS / custom css / etc.
From the docs, it looks like I can set custom classes. ex:
https://coreui.io/react/docs/4.1/components/accordion/#caccordionheader
but elsewhere the docs say it extends bootstrap:
https://coreui.io/react/docs/4.1/getting-started/introduction/#stylesheets
It isn't clear which it is:
className
replaces the class name (only my styles are rendered)?className
extends the class name (and keeps bootstrap classes)?thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions