Button Components
Language Button
Specialized button component for language selection with flag display
A specialized button component designed for language selection, featuring flag display and animated selection state.
Installation
Import
Props
Prop | Type | Required | Default | Description |
---|---|---|---|---|
item | { code: string; name: string; flag: string; } | Yes | - | Language item data |
isActive | boolean | Yes | - | Selection state |
onPress | () => void | Yes | - | Selection handler |
Examples
Was this page helpful?