piszczu4 opened this issue 10 months ago · 1 comments
I did
import { Rating } from '@smastrom/react-rating'; <Rating value={4} items={6} style={{ maxWidth: 100 }} // className='flex w-[200px]' />
but when looking at devtools, the styles are not imported. Here is the output:
What am I doing wrong?
import '@smastrom/react-rating/style.css'; and will work