Overview
- Getting Started
- Loading States
- Forms
- Feature Flags
- Portal
- Show
- For
- Text
- Toggle
- Local Storage
Actions
- Button
- Icon Button
Communication
- Admonition
- Accordion
- Avatar
- Notifications
- Progress Indicators
- Tag
- Tooltip
Containment
- Confirm Modal
- Prompt Modal
- CTA Modal
- Modaldeprecated
- Dialog
- Table
Navigation
- Menu
- Tabs
Selection
- Drag & Drop
- Checkbox
- Date Picker
- Radio
- Rating
- Select
- Combobox
- Switch
Inputs
- Field
- Input
- Textarea
- Labeldeprecated
- Fieldset
- Field Messagedeprecated
- File Uploader
Hooks & Helpers
- split-props
- trap-focusdeprecated
- use-root-colors
- use-theme
- use-theme-context
- use-toggledeprecated
Rating
Ratings are used to provide feedback on a scale.
1import { Rating, RatingParts } from '@cerberus/react'
Usage
The Rating
component is an abstracted client
component that provides a way to select a value from a range of values. It is used to provide feedback on a scale. The default count
is 5, and the default value
is 0.
Readonly State
To render the Rating
component in a read-only state, you can use the readOnly
prop.
Orientation
The Rating
component supports two layout orientations for label usage: horizontal
, and vertical
. The default orientation is vertical
.
Sizes
The Rating component supports two sizes: sm
, and md
. The default size is sm
.
Primitives
You can utilize the primitive components to customize the radio.
Component | Description |
---|---|
RatingRoot | The context provider for the Rating parts |
RatingLabel | The label of the rating |
RatingControl | The visual control of the rating |
RatingContext | The context provider for the rating |
RatingItem | The container of the rating item |
RatingItemContext | The context provider for a rating item |
RatingHiddenInput | The native input for the rating |
API
Props
Rating
The Rating
component is an abstraction of the primitives and accepts the following props:
Name | Default | Description |
---|---|---|
orientation | horizontal | This orientation of the group. |
palette | action | The color palette of the items . |
size | sm | The size of the label. |
The Rating
component also accepts all the props of the RatingRoot
primitive props
Parts
The RatingParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The RatingRoot component which is the Provider for the family. |
Label | The RatingLabel component which displays the label. |
Control | The RatingControl component which displays the visual rating. |
Item | The RatingItem component which is the container to a single item. |
ItemContext | The RatingItemContext component which is the context provider for a single item. |
HiddenInput | The RatingHiddenInput component which displays the native radio. |
1import { Rating, RatingParts } from '@cerberus/react'
Usage
The Rating
component is an abstracted client
component that provides a way to select a value from a range of values. It is used to provide feedback on a scale. The default count
is 5, and the default value
is 0.
Readonly State
To render the Rating
component in a read-only state, you can use the readOnly
prop.
Orientation
The Rating
component supports two layout orientations for label usage: horizontal
, and vertical
. The default orientation is vertical
.
Sizes
The Rating component supports two sizes: sm
, and md
. The default size is sm
.
Primitives
You can utilize the primitive components to customize the radio.
Component | Description |
---|---|
RatingRoot | The context provider for the Rating parts |
RatingLabel | The label of the rating |
RatingControl | The visual control of the rating |
RatingContext | The context provider for the rating |
RatingItem | The container of the rating item |
RatingItemContext | The context provider for a rating item |
RatingHiddenInput | The native input for the rating |
API
Props
Rating
The Rating
component is an abstraction of the primitives and accepts the following props:
Name | Default | Description |
---|---|---|
orientation | horizontal | This orientation of the group. |
palette | action | The color palette of the items . |
size | sm | The size of the label. |
The Rating
component also accepts all the props of the RatingRoot
primitive props
Parts
The RatingParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The RatingRoot component which is the Provider for the family. |
Label | The RatingLabel component which displays the label. |
Control | The RatingControl component which displays the visual rating. |
Item | The RatingItem component which is the container to a single item. |
ItemContext | The RatingItemContext component which is the context provider for a single item. |
HiddenInput | The RatingHiddenInput component which displays the native radio. |
1import { Rating, RatingParts } from '@cerberus/react'
Usage
The Rating
component is an abstracted client
component that provides a way to select a value from a range of values. It is used to provide feedback on a scale. The default count
is 5, and the default value
is 0.
Readonly State
To render the Rating
component in a read-only state, you can use the readOnly
prop.
Orientation
The Rating
component supports two layout orientations for label usage: horizontal
, and vertical
. The default orientation is vertical
.
Sizes
The Rating component supports two sizes: sm
, and md
. The default size is sm
.
Primitives
You can utilize the primitive components to customize the radio.
Component | Description |
---|---|
RatingRoot | The context provider for the Rating parts |
RatingLabel | The label of the rating |
RatingControl | The visual control of the rating |
RatingContext | The context provider for the rating |
RatingItem | The container of the rating item |
RatingItemContext | The context provider for a rating item |
RatingHiddenInput | The native input for the rating |
API
Props
Rating
The Rating
component is an abstraction of the primitives and accepts the following props:
Name | Default | Description |
---|---|---|
orientation | horizontal | This orientation of the group. |
palette | action | The color palette of the items . |
size | sm | The size of the label. |
The Rating
component also accepts all the props of the RatingRoot
primitive props
Parts
The RatingParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The RatingRoot component which is the Provider for the family. |
Label | The RatingLabel component which displays the label. |
Control | The RatingControl component which displays the visual rating. |
Item | The RatingItem component which is the container to a single item. |
ItemContext | The RatingItemContext component which is the context provider for a single item. |
HiddenInput | The RatingHiddenInput component which displays the native radio. |
1import { Rating, RatingParts } from '@cerberus/react'
Usage
The Rating
component is an abstracted client
component that provides a way to select a value from a range of values. It is used to provide feedback on a scale. The default count
is 5, and the default value
is 0.
Readonly State
To render the Rating
component in a read-only state, you can use the readOnly
prop.
Orientation
The Rating
component supports two layout orientations for label usage: horizontal
, and vertical
. The default orientation is vertical
.
Sizes
The Rating component supports two sizes: sm
, and md
. The default size is sm
.
Primitives
You can utilize the primitive components to customize the radio.
Component | Description |
---|---|
RatingRoot | The context provider for the Rating parts |
RatingLabel | The label of the rating |
RatingControl | The visual control of the rating |
RatingContext | The context provider for the rating |
RatingItem | The container of the rating item |
RatingItemContext | The context provider for a rating item |
RatingHiddenInput | The native input for the rating |
API
Props
Rating
The Rating
component is an abstraction of the primitives and accepts the following props:
Name | Default | Description |
---|---|---|
orientation | horizontal | This orientation of the group. |
palette | action | The color palette of the items . |
size | sm | The size of the label. |
The Rating
component also accepts all the props of the RatingRoot
primitive props
Parts
The RatingParts
API is an Object containing the full family of components.
Name | Description |
---|---|
Root | The RatingRoot component which is the Provider for the family. |
Label | The RatingLabel component which displays the label. |
Control | The RatingControl component which displays the visual rating. |
Item | The RatingItem component which is the container to a single item. |
ItemContext | The RatingItemContext component which is the context provider for a single item. |
HiddenInput | The RatingHiddenInput component which displays the native radio. |