Closed piszczu4 closed 8 months ago
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
I did
but when looking at devtools, the styles are not imported. Here is the output:
What am I doing wrong?