A specialized button component designed for language selection, featuring flag display and animated selection state.Documentation Index
Fetch the complete documentation index at: https://docs.shipmobilefast.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |