Components
Vue Native provides 20 built-in components that map directly to native views on iOS and Android.
See the Components guide for a full comparison table.
Layout
- VView — Container view
- VScrollView — Scrollable container
- VSafeArea — Safe area insets
- VKeyboardAvoiding — Keyboard avoidance
Text & Input
Interactive
- VButton — Pressable view
- VSwitch — Toggle switch
- VSlider — Range slider
- VSegmentedControl — Tab selector
Media
Lists
- VList — Virtualized list
Feedback
- VActivityIndicator — Loading spinner
- VProgressBar — Progress bar
- VAlertDialog — Native alert
- VActionSheet — Bottom sheet
- VModal — Overlay modal
System
- VStatusBar — Status bar control
- VPicker — Date/time picker