smastrom/react-rating

Styles are not imported

piszczu4 opened this issue · 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:

image

What am I doing wrong?

import '@smastrom/react-rating/style.css';
and will work