MantineRating#
@palmyralabs/rt-forms-mantine · form/MantineRating.tsx
Overview#
Star-rating input.
Props — IRatingDefinition & RatingProps#
Common field props plus Mantine RatingProps (count, fractions, color, size, …).
Example#
<MantineRating
attribute="feedback"
label="Feedback"
count={5}
fractions={2}
/>