Rating
Package: @tesserix/native
Import
import { Rating } from '@tesserix/native'Related types
RatingProps
Source
- Component:
packages/native/src/components/Rating/Rating.tsx - Story:
packages/native/src/components/Rating/Rating.stories.tsx - Test:
packages/native/src/components/Rating/Rating.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Rating } from '@tesserix/native'
export function DemoRating() {
return <Rating />
}