• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

RatingItemProps

Represents the properties of [RatingItem](% slug api_inputs_ratingitem %) component.

NameTypeDefaultDescription

children?

React.ReactNode

Determines the children nodes.

className?

string

Sets additional classes to the RatingItem.

dir?

string

Determines the RatingItem direction ltr - by default, or rtl.

half?

boolean

Determines if icon is partly selected.

hovered?

boolean

Determines if current RatingItem is hovered.

icon?

any

Sets the icon of current RatingItem component. See example

id?

string

Sets the id property of the top div element of the RatingItem.

onBlur?

(event: RatingItemFocusEvent) => void

Triggered after onBlur event. Gets outside access to the target element and the event type.

onClick?

(event: RatingItemMouseEvent) => void

Triggered after onClick event. Gets outside access to the target element, the new value and the event type.

onFocus?

(event: RatingItemFocusEvent) => void

Triggered after onFocus event. Gets outside access to the target element and the event type.

onKeyDown?

(event: RatingItemKeyboardEvent) => void

Triggered after onKeyDown event. Gets outside access to the target element, the new value and the event type.

onMouseEnter?

(event: RatingItemMouseEvent) => void

Triggered after onMouseEnter event. Gets outside access to the target element and the event type.

onMouseLeave?

(event: RatingItemMouseEvent) => void

Triggered after onMouseLeave event. Gets outside access to the target element and the event type.

onMouseMove?

(event: RatingItemMouseEvent) => void

Triggered after onMouseMove event. Gets outside access to the target element and the event type.

selected?

boolean

Determines if current RatingItem is selected. See example

style?

React.CSSProperties

Sets additional CSS styles to the RatingItem.

tabIndex?

number

Sets the tabIndex attribute.

title?

string

Sets the title of current RatingItem component. See example

value

number

Sets the current value of the RatingItem, used in controlled mode.