Alternative to Infima library. Is there a way to use any other react UI or css libraries? #8131
Unanswered
vivekVells
asked this question in
Q&A
Replies: 2 comments
-
|
Looks like the classnames conflict between docusaurus and any css libraries. could probably prepend the class names with libraries name (eg: if using antd design, all css classes related to it can be prefixed with antd-<whatever_class_name>). have to figure out how to do this. but, is there any simpler way to achieve the objective in question description? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
better discussed in #6032 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Trying to find an alternative to Infima. Unable to use any libraries as the docusaurs styling gets messed up. tried tailwindcss, antd, bootstrap. nothing worked.
The objective is to re-use such libraries so that we don't have to spend too much time creating or styling components like text, toggle switch and so on.
Infima looks good; but looks like it is at alpha stage and have very minimal components.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions