Closed sathiyapriyaG closed 11 months ago
When I try this package on my Website, It works on Normal pages. But not at the Modal Popup. The CSS is rendered correctly. But it is not shown. Also, the half-star rating is not working while selecting the stars. Please check the attachment.
Could someone please assist me with this?
This is my code.
import { Rating as ReactRating, RoundedStar } from '@smastrom/react-rating'; import '@smastrom/react-rating/style.css'; <ReactRating value={1.5} readOnly style={{ maxWidth: 130 }} itemStyles={{ itemShapes: RoundedStar, activeFillColor: '#EB0444', inactiveFillColor: '#E2E2E2', }} />
Follow in #10
When I try this package on my Website, It works on Normal pages. But not at the Modal Popup. The CSS is rendered correctly. But it is not shown. Also, the half-star rating is not working while selecting the stars. Please check the attachment.
Could someone please assist me with this?
This is my code.