Skip to content
IntelliHelper logo

Intelli UI

132 nativeExpo · iOS · Android

React Native components

Liquid Glass for phones. These are not the web Tailwind files — they live in @intelli/ui-native and use View, Text, and Pressable. APIs mirror the web catalog so product UI stays consistent across Next.js and Expo.

Install with the CLI

Same copy-paste flow as web. Files land in @/components/ui.

npx @intellihelper/cli@latest init -y
npx @intellihelper/cli@latest add @native/button @native/card @native/dialog -y

Forms

InputRN

Translucent glass text fields with chrome and outline variants.

LabelRN

Accessible form labels with chrome, muted, and required styles.

Password InputRN

Glass password field with show/hide toggle and field states.

OTP InputRN

One-time code slots with paste support and completion callback.

TextareaRN

Multiline glass inputs with size and state variants.

SelectRN

Frosted dropdown with rise-in panel and animated checks.

ComboboxRN

Searchable select with filterable options and keyboard navigation.

File UploadRN

Drag-and-drop glass uploader with browse and selected file list.

Native SelectRN

Styled native HTML select with glass field styling.

CheckboxRN

Glass checkbox with animated check and indeterminate states.

SwitchRN

Frosted toggle switch with spring-animated thumb.

Radio GroupRN

Glass radio controls with primary indicator dot.

CalendarRN

Frosted date picker with range and multi-select modes.

Multi SelectRN

Searchable multi-value select with chips and keyboard navigation.

Prompt InputRN

Composer with Enter-to-send and token estimate.

Prompt SuggestionsRN

Quick-start prompt chips for empty chat states.

AI Model SelectorRN

Model picker with provider and description metadata.

Search InputRN

Search field with icon, clear control, and glass field variants.

PIN InputRN

Masked short PIN slots for secure numeric entry.

Number InputRN

Numeric field with steppers, min/max, step, and arrow keys.

Currency InputRN

Money field with searchable selector for all ISO currencies, symbols, and decimals.

Phone InputRN

International phone with all-country dial codes, search, national format, and E.164.

Color PickerRN

Swatches, hex entry, and native picker in a glass popover.

RatingRN

Accessible star rating with keyboard support and half stars.

Time PickerRN

Hour/minute columns with 12/24h mode and typed time entry.

Month PickerRN

Year-navigated month grid for filters and reporting periods.

Date Time PickerRN

Calendar + time composite for scheduling and admin filters.

Address FieldsRN

Country → State → City cascading selectors (select-only, full world data).

Address Country SelectRN

Searchable country picker for addresses with flags.

Address Region SelectRN

State/province picker cascading from country.

Address City SelectRN

City picker cascading from country + state.

Data

Event CalendarRN

Month event grid with color chips, agenda sidebar, and day selection.

TableRN

Glass-styled data table with chrome container and hover rows.

EmptyRN

Compound empty-state layout with icon media slot.

SkeletonRN

Glass pulse loading placeholders.

Agent CardRN

Agent identity card with status and tools strip.

Tool Call ViewerRN

Expandable viewer for tool args, results, and errors.

MCP Server CardRN

MCP server status with tools and resources counts.

Metric CardRN

Glass KPI / statistic card with value, trend delta, icon, and footer slot.

Line ChartRN

Pure SVG line series with glass chrome, grid, and point markers.

Area ChartRN

Filled SVG area series with primary gradient under the line.

SparklineRN

Compact inline sparkline for KPI cards and dense metric rows.

Donut ChartRN

Donut segments with legend, center total, and token colors.

Chart PeriodRN

Time-range control with presets, app-defined periods, and custom from/to range.

Chart FrameRN

Dashboard chart shell with title, description, period toolbar, legend, and footer.

Bar ChartRN

Vertical or horizontal pure SVG bars with labels and grid.

Pie ChartRN

Solid pie segments with legend and token-aware colors.

Stacked Bar ChartRN

Multi-series stacked columns with legend and category labels.

Radar ChartRN

Spider/radar polygon for multi-axis skill or score profiles.

Funnel ChartRN

Conversion funnel stages with tapering widths and labels.

HeatmapRN

Matrix heatmap with color scales, labels, legend, values, and interactive cells.

Tree MapRN

Squarified hierarchical tree map — tile area proportional to value.

SankeyRN

Weighted flow diagram with multi-column nodes and ribbons.

GaugeRN

Semi-circular gauge with needle, domain mapping, and threshold bands.

TimelineRN

Vertical event timeline with status dots and timestamps.

Activity FeedRN

Scrollable activity list with avatars, actions, and times.

KanbanRN

Drag-and-drop task board with columns, cards, and labels.

Data GridRN

Sortable, filterable, selectable table for admin apps.

Virtual TableRN

Windowed table for large datasets with infinite-scroll hook.