Semantic-UI-React
Semantic-UI-React copied to clipboard
Rating: doesn't work with Fomantic UI
Bug Report
fomantic-ui-css is almost compatible with Semantic-ui but the Rating module doesn't work. It has been asked on Fomantic-ui Github repository and they have 2 solutions for this:
- Semantic-ui-react to implement it.
- Import Rating.css from semantic-ui-css after the fomantic-ui-css. I am currently following this only, but since I have added the complete
semantic-ui-cssinto my project, doesn't it increase my build size? I have imported it asimport "semantic-ui-css/components/rating.css"into myindex.jsfile of a CRA app.
https://codesandbox.io/s/rating-component-issue-srm7s?file=/src/App.js
SUIR will implement this via Provider layer. Compatibility with FUI is a missing thing.
Any update on this?
@benzid-wael work is in progress in #4021.
Will it include support for the additional icon options in fomantic-UI, or will that still be needed? Any assistance desired on getting the pull request signed off?
Any updates?
@faustAbc no
I would like this too