Rating
---
import Rating from 'fulldev-ui/components/Rating.astro'
---
<Rating avatar="avatar-1.jpeg" text="John Doe" score={4.5} />
Props
Please reference src/components/Rating.astro for now.
Examples
score
---
import Rating from 'fulldev-ui/components/Rating.astro'
---
<Rating score={3} />
<Rating score={5} />
size
---
import Rating from 'fulldev-ui/components/Rating.astro'
---
<Rating size="sm" score={4.92} />
<Rating size="md" score={4.92} />
<Rating size="lg" score={4.92} />