rn-feav-ui 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AlertDialog/index.d.ts +11 -0
- package/dist/components/AlertDialog/index.js +54 -0
- package/dist/components/AspectRatio/index.d.ts +7 -0
- package/dist/components/AspectRatio/index.js +43 -0
- package/dist/components/Badge/index.d.ts +9 -2
- package/dist/components/Badge/index.js +24 -9
- package/dist/components/Breadcrumb/index.d.ts +11 -0
- package/dist/components/Breadcrumb/index.js +60 -0
- package/dist/components/Button/index.d.ts +10 -3
- package/dist/components/Button/index.js +63 -42
- package/dist/components/Calendar/index.d.ts +7 -0
- package/dist/components/Calendar/index.js +105 -0
- package/dist/components/Card/index.d.ts +7 -3
- package/dist/components/Card/index.js +16 -9
- package/dist/components/Carousel/index.d.ts +7 -0
- package/dist/components/Carousel/index.js +47 -0
- package/dist/components/Chart/index.d.ts +12 -0
- package/dist/components/Chart/index.js +75 -0
- package/dist/components/Checkbox/index.d.ts +9 -1
- package/dist/components/Checkbox/index.js +13 -9
- package/dist/components/Collapsible/index.d.ts +15 -0
- package/dist/components/Collapsible/index.js +73 -0
- package/dist/components/Combobox/index.d.ts +13 -0
- package/dist/components/Combobox/index.js +107 -0
- package/dist/components/Command/index.d.ts +16 -0
- package/dist/components/Command/index.js +87 -0
- package/dist/components/ContextMenu/index.d.ts +6 -0
- package/dist/components/ContextMenu/index.js +45 -0
- package/dist/components/DataTable/index.d.ts +16 -0
- package/dist/components/DataTable/index.js +72 -0
- package/dist/components/DatePicker/index.d.ts +9 -0
- package/dist/components/DatePicker/index.js +83 -0
- package/dist/components/Drawer/index.d.ts +9 -0
- package/dist/components/Drawer/index.js +70 -0
- package/dist/components/DropdownMenu/index.d.ts +15 -0
- package/dist/components/DropdownMenu/index.js +80 -0
- package/dist/components/Empty/index.d.ts +7 -0
- package/dist/components/Empty/index.js +63 -0
- package/dist/components/Field/index.d.ts +9 -0
- package/dist/components/Field/index.js +54 -0
- package/dist/components/Input/index.d.ts +5 -6
- package/dist/components/Input/index.js +26 -3
- package/dist/components/InputGroup/index.d.ts +6 -0
- package/dist/components/InputGroup/index.js +59 -0
- package/dist/components/InputOTP/index.d.ts +8 -0
- package/dist/components/InputOTP/index.js +79 -0
- package/dist/components/Kbd/index.d.ts +6 -0
- package/dist/components/Kbd/index.js +62 -0
- package/dist/components/Label/index.d.ts +8 -1
- package/dist/components/Label/index.js +8 -2
- package/dist/components/Menubar/index.d.ts +11 -0
- package/dist/components/Menubar/index.js +69 -0
- package/dist/components/NativeSelect/index.d.ts +21 -0
- package/dist/components/NativeSelect/index.js +76 -0
- package/dist/components/NavigationMenu/index.d.ts +13 -0
- package/dist/components/NavigationMenu/index.js +81 -0
- package/dist/components/Pagination/index.d.ts +9 -0
- package/dist/components/Pagination/index.js +101 -0
- package/dist/components/Popover/index.d.ts +9 -0
- package/dist/components/Popover/index.js +69 -0
- package/dist/components/RadioGroup/index.d.ts +13 -0
- package/dist/components/RadioGroup/index.js +66 -0
- package/dist/components/Resizable/index.d.ts +8 -0
- package/dist/components/Resizable/index.js +45 -0
- package/dist/components/ScrollArea/index.d.ts +6 -0
- package/dist/components/ScrollArea/index.js +65 -0
- package/dist/components/Sheet/index.d.ts +8 -0
- package/dist/components/Sheet/index.js +65 -0
- package/dist/components/Sidebar/index.d.ts +17 -0
- package/dist/components/Sidebar/index.js +81 -0
- package/dist/components/Slider/index.d.ts +10 -0
- package/dist/components/Slider/index.js +104 -0
- package/dist/components/Sonner/index.d.ts +16 -0
- package/dist/components/Sonner/index.js +97 -0
- package/dist/components/Spinner/index.d.ts +6 -0
- package/dist/components/Spinner/index.js +46 -0
- package/dist/components/Switch/index.d.ts +9 -2
- package/dist/components/Switch/index.js +10 -4
- package/dist/components/Table/index.d.ts +20 -0
- package/dist/components/Table/index.js +91 -0
- package/dist/components/Textarea/index.d.ts +5 -5
- package/dist/components/Textarea/index.js +26 -3
- package/dist/components/Toggle/index.d.ts +9 -0
- package/dist/components/Toggle/index.js +68 -0
- package/dist/components/ToggleGroup/index.d.ts +13 -0
- package/dist/components/ToggleGroup/index.js +68 -0
- package/dist/components/Tooltip/index.d.ts +9 -0
- package/dist/components/Tooltip/index.js +77 -0
- package/dist/components/Typography/index.d.ts +8 -1
- package/dist/components/Typography/index.js +2 -2
- package/dist/components/index.d.ts +36 -0
- package/dist/components/index.js +36 -0
- package/dist/examples/Showcase.js +197 -58
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -0
- package/package.json +1 -1
- package/readme.md +615 -29
package/readme.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# rn-feav-ui
|
|
2
2
|
|
|
3
|
-
Shadcn-style React Native
|
|
3
|
+
Shadcn-style UI kit for React Native with `FEA`-prefixed component names to avoid import conflicts.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Light/Dark
|
|
9
|
-
-
|
|
7
|
+
- Full React Native component set (shadcn-inspired API and visuals)
|
|
8
|
+
- Light/Dark theme tokens via `ThemeFEAVUiProvider`
|
|
9
|
+
- TypeScript-ready auto-complete (`types` + `exports` configured)
|
|
10
|
+
- No extra UI dependency required for core components
|
|
10
11
|
|
|
11
12
|
## Installation
|
|
12
13
|
|
|
@@ -14,28 +15,22 @@ Shadcn-style React Native UI kit with theme support (light/dark).
|
|
|
14
15
|
npm install rn-feav-ui
|
|
15
16
|
```
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Thư viện đã cấu hình `types`/`exports` nên bạn có thể import trực tiếp từ package root để IDE gợi ý component:
|
|
20
|
-
|
|
21
|
-
```ts
|
|
22
|
-
import { ButtonFEA, InputFEA, CardFEA, ThemeFEAVUiProvider } from "rn-feav-ui";
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Usage
|
|
26
|
-
|
|
27
|
-
Wrap your app with the theme provider:
|
|
18
|
+
## Quick Start
|
|
28
19
|
|
|
29
20
|
```tsx
|
|
30
21
|
import * as React from "react";
|
|
31
|
-
import { ThemeFEAVUiProvider } from "rn-feav-ui";
|
|
22
|
+
import { ThemeFEAVUiProvider, SonnerFEA } from "rn-feav-ui";
|
|
32
23
|
|
|
33
24
|
export default function App() {
|
|
34
|
-
return
|
|
25
|
+
return (
|
|
26
|
+
<ThemeFEAVUiProvider>
|
|
27
|
+
<SonnerFEA>{/* screens */}</SonnerFEA>
|
|
28
|
+
</ThemeFEAVUiProvider>
|
|
29
|
+
);
|
|
35
30
|
}
|
|
36
31
|
```
|
|
37
32
|
|
|
38
|
-
Example
|
|
33
|
+
Example:
|
|
39
34
|
|
|
40
35
|
```tsx
|
|
41
36
|
import * as React from "react";
|
|
@@ -50,7 +45,6 @@ import {
|
|
|
50
45
|
|
|
51
46
|
export function Example() {
|
|
52
47
|
const [open, setOpen] = React.useState(false);
|
|
53
|
-
|
|
54
48
|
return (
|
|
55
49
|
<>
|
|
56
50
|
<InputFEA placeholder="Email" />
|
|
@@ -69,19 +63,611 @@ export function Example() {
|
|
|
69
63
|
}
|
|
70
64
|
```
|
|
71
65
|
|
|
72
|
-
##
|
|
66
|
+
## Components
|
|
73
67
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
68
|
+
All exports are available directly from `rn-feav-ui`.
|
|
69
|
+
|
|
70
|
+
- **Core**: `ButtonFEA`, `CardFEA`, `GlassCardFEA`, `TypographyFEA`, `SeparatorFEA`, `LabelFEA`, `BadgeFEA`, `AvatarFEA`, `AspectRatioFEA`, `KbdFEA`, `SpinnerFEA`, `SkeletonFEA`, `EmptyFEA`
|
|
71
|
+
- **Form**: `InputFEA`, `TextareaFEA`, `CheckboxFEA`, `SwitchFEA`, `FieldFEA`, `InputGroupFEA`, `RadioGroupFEA`, `NativeSelectFEA`, `SelectFEA`, `ComboboxFEA`, `InputOTPFEA`, `DatePickerFEA`
|
|
72
|
+
- **Overlay/Menu**: `DialogFEA`, `DialogHeaderFEA`, `DialogFooterFEA`, `AlertDialogFEA`, `ModalFEA`, `SheetFEA`, `DrawerFEA`, `PopoverFEA`, `DropdownMenuFEA`, `ContextMenuFEA`, `TooltipFEA`, `HoverCardFEA`, `CommandFEA`
|
|
73
|
+
- **Navigation/Layout**: `NavbarFEA`, `TabBarFEA`, `TabsFEA`, `TabsListFEA`, `TabsTriggerFEA`, `TabsContentFEA`, `BreadcrumbFEA`, `NavigationMenuFEA`, `MenubarFEA`, `PaginationFEA`, `SidebarFEA`, `ScrollAreaFEA`
|
|
74
|
+
- **Data/Display**: `ListItemFEA`, `TableFEA`, `TableHeadFEA`, `TableRowFEA`, `TableCellFEA`, `DataTableFEA`, `CalendarFEA`, `ChartFEA`
|
|
75
|
+
- **Interaction**: `AccordionFEA`, `CollapsibleFEA`, `CollapsibleTriggerFEA`, `ToggleFEA`, `ToggleGroupFEA`, `SliderFEA`, `ResizableFEA`, `CarouselFEA`
|
|
76
|
+
- **Toast**: `SonnerFEA`, `ToastFEA`, `useToastFEA`
|
|
77
|
+
- **Theme helper**: `ThemeSwitchFEA`
|
|
82
78
|
|
|
83
79
|
## Showcase
|
|
84
80
|
|
|
85
|
-
|
|
81
|
+
Full demo screen:
|
|
86
82
|
|
|
87
83
|
- `src/examples/Showcase.tsx`
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## API Reference
|
|
88
|
+
|
|
89
|
+
### Theme & hooks
|
|
90
|
+
|
|
91
|
+
| Export | Description |
|
|
92
|
+
| --- | --- |
|
|
93
|
+
| `ThemeFEAVUiProvider` | Wraps the app; provides `theme` and `toggleTheme`. Props: `children: React.ReactNode`. |
|
|
94
|
+
| `useTheme()` | Returns `{ theme, toggleTheme } \| null`. `theme` is `lightTheme \| darkTheme`. |
|
|
95
|
+
| `lightTheme` / `darkTheme` | Exported from the package root for typing or static access: `import { lightTheme, darkTheme } from "rn-feav-ui"`. Prefer `useTheme()` at runtime inside components. |
|
|
96
|
+
|
|
97
|
+
**`theme.colors` (semantic tokens)** include: `background`, `foreground`, `card`, `cardForeground`, `muted`, `mutedForeground`, `border`, `input`, `ring`, `primary`, `primaryForeground`, `secondary`, `secondaryForeground`, `destructive`, `destructiveForeground`, plus aliases `bg`, `text`, `glass`. See `src/theme/colors.ts`.
|
|
98
|
+
|
|
99
|
+
| Export | Description |
|
|
100
|
+
| --- | --- |
|
|
101
|
+
| `SonnerFEA` | Toast host; wrap app (or subtree) so `useToastFEA()` works. Props: `children`. |
|
|
102
|
+
| `useToastFEA()` | Returns `{ toast }`. `toast({ title, description?, variant? })` with `variant`: `"default"` \| `"destructive"`. |
|
|
103
|
+
| `ToastFEA` | Alias of `SonnerFEA`. |
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
### Core
|
|
108
|
+
|
|
109
|
+
#### `ButtonFEA`
|
|
110
|
+
|
|
111
|
+
| Prop | Type | Default | Description |
|
|
112
|
+
| --- | --- | --- | --- |
|
|
113
|
+
| `title` | `string` | — | Button label. |
|
|
114
|
+
| `variant` | `"primary" \| "glass" \| "soft" \| "outline" \| "ghost"` | `"primary"` | Visual style. |
|
|
115
|
+
| `size` | `"default" \| "sm" \| "lg"` | `"default"` | Padding scale. |
|
|
116
|
+
| `onPress` | `() => void` | — | Press handler. |
|
|
117
|
+
| `disabled` | `boolean` | `false` | Disables interaction. |
|
|
118
|
+
| `loading` | `boolean` | `false` | Shows spinner and blocks press. |
|
|
119
|
+
| `leftIcon` / `rightIcon` | `React.ReactNode` | — | Optional icons around label. |
|
|
120
|
+
| `fullWidth` | `boolean` | `false` | Stretches button to parent width. |
|
|
121
|
+
| `style` | `StyleProp<ViewStyle>` | — | Root touchable / wrapper style. |
|
|
122
|
+
| `textStyle` | `StyleProp<TextStyle>` | — | Label text style override. |
|
|
123
|
+
| `testID` | `string` | — | Test identifier. |
|
|
124
|
+
| `accessibilityLabel` / `accessibilityHint` / `accessibilityRole` / `accessibilityState` | `TouchableOpacityProps[...]` | — | Accessibility passthrough. |
|
|
125
|
+
| `hitSlop` / `delayLongPress` / `activeOpacity` | `TouchableOpacityProps[...]` | — | Touchable behavior passthrough. |
|
|
126
|
+
|
|
127
|
+
#### `CardFEA` / `GlassCardFEA`
|
|
128
|
+
|
|
129
|
+
| Prop | Type | Description |
|
|
130
|
+
| --- | --- | --- |
|
|
131
|
+
| `children` | `React.ReactNode` | Content. |
|
|
132
|
+
| `style` | `StyleProp<ViewStyle>` | Container style. |
|
|
133
|
+
| `onPress` (`CardFEA`) | `() => void` | If set, card becomes pressable. |
|
|
134
|
+
| `testID` (`CardFEA`) | `string` | Root test identifier. |
|
|
135
|
+
| `accessibilityLabel` / `accessibilityRole` / `accessibilityHint` (`CardFEA`) | `ViewProps[...]` | Accessibility props on root. |
|
|
136
|
+
|
|
137
|
+
#### `TypographyFEA`
|
|
138
|
+
|
|
139
|
+
| Prop | Type | Default | Description |
|
|
140
|
+
| --- | --- | --- | --- |
|
|
141
|
+
| `children` | `React.ReactNode` | — | Text content. |
|
|
142
|
+
| `variant` | `"h1" \| "h2" \| "h3" \| "p" \| "small" \| "muted"` | `"p"` | Typography scale; `muted` uses `mutedForeground`. |
|
|
143
|
+
| `style` | `StyleProp<TextStyle>` | — | `Text` style. |
|
|
144
|
+
| `numberOfLines` | `number` | — | Truncates text after N lines. |
|
|
145
|
+
| `ellipsizeMode` | `"head" \| "middle" \| "tail" \| "clip"` | — | Ellipsis behavior when truncated. |
|
|
146
|
+
| `selectable` | `boolean` | — | Enables text selection/copy. |
|
|
147
|
+
| `testID` | `string` | — | Test identifier. |
|
|
148
|
+
| `maxFontSizeMultiplier` | `number` | — | Caps dynamic type scaling. |
|
|
149
|
+
| `onPress` | `() => void` | — | Optional press handler. |
|
|
150
|
+
| `accessibilityRole` | `"text" \| "header" \| "link" \| "none"` | — | Accessibility role. |
|
|
151
|
+
|
|
152
|
+
#### `SeparatorFEA`
|
|
153
|
+
|
|
154
|
+
| Prop | Type | Description |
|
|
155
|
+
| --- | --- | --- |
|
|
156
|
+
| `style` | `StyleProp<ViewStyle>` | Line style (height 1, full width). |
|
|
157
|
+
|
|
158
|
+
#### `LabelFEA`
|
|
159
|
+
|
|
160
|
+
| Prop | Type | Description |
|
|
161
|
+
| --- | --- | --- |
|
|
162
|
+
| `children` | `React.ReactNode` | Label text. |
|
|
163
|
+
| `style` | `StyleProp<TextStyle>` | Text style. |
|
|
164
|
+
| `required` | `boolean` | Appends red `*` when true. |
|
|
165
|
+
| `disabled` | `boolean` | Reduces label opacity. |
|
|
166
|
+
| `testID` | `string` | Test identifier. |
|
|
167
|
+
| `nativeID` | `string` | Can be linked from input `accessibilityLabelledBy`. |
|
|
168
|
+
| `numberOfLines` | `number` | Truncate label lines. |
|
|
169
|
+
|
|
170
|
+
#### `BadgeFEA`
|
|
171
|
+
|
|
172
|
+
| Prop | Type | Description |
|
|
173
|
+
| --- | --- | --- |
|
|
174
|
+
| `label` | `string` | Badge text. |
|
|
175
|
+
| `leftIcon` | `React.ReactNode` | Optional leading icon/dot. |
|
|
176
|
+
| `style` | `StyleProp<ViewStyle>` | Container style. |
|
|
177
|
+
| `textStyle` | `StyleProp<TextStyle>` | Badge label style. |
|
|
178
|
+
| `testID` | `string` | Test identifier. |
|
|
179
|
+
| `accessibilityLabel` | `string` | Accessible label override (defaults to `label`). |
|
|
180
|
+
| `onPress` | `() => void` | Makes badge tappable (`Pressable`). |
|
|
181
|
+
|
|
182
|
+
#### `AvatarFEA`
|
|
183
|
+
|
|
184
|
+
| Prop | Type | Default | Description |
|
|
185
|
+
| --- | --- | --- | --- |
|
|
186
|
+
| `source` | `ImageSourcePropType` | — | If set, shows image. |
|
|
187
|
+
| `fallback` | `string` | — | Initials (max 2 chars shown). |
|
|
188
|
+
| `size` | `number` | `40` | Width/height of circle. |
|
|
189
|
+
|
|
190
|
+
#### `AspectRatioFEA`
|
|
191
|
+
|
|
192
|
+
| Prop | Type | Default | Description |
|
|
193
|
+
| --- | --- | --- | --- |
|
|
194
|
+
| `ratio` | `number` | `1` | `width / height` for `aspectRatio`. |
|
|
195
|
+
| `children` | `React.ReactNode` | — | Content. |
|
|
196
|
+
| `style` | `StyleProp<ViewStyle>` | — | Wrapper style. |
|
|
197
|
+
|
|
198
|
+
#### `KbdFEA`
|
|
199
|
+
|
|
200
|
+
| Prop | Type | Description |
|
|
201
|
+
| --- | --- | --- |
|
|
202
|
+
| `children` | `React.ReactNode` | Keyboard hint text. |
|
|
203
|
+
| `style` | `StyleProp<TextStyle>` | Inner text style. |
|
|
204
|
+
|
|
205
|
+
#### `SpinnerFEA`
|
|
206
|
+
|
|
207
|
+
| Prop | Type | Default | Description |
|
|
208
|
+
| --- | --- | --- | --- |
|
|
209
|
+
| `size` | `"small" \| "large"` | `"small"` | `ActivityIndicator` size. |
|
|
210
|
+
| `style` | `StyleProp<ViewStyle>` | — | Wrapper style. |
|
|
211
|
+
|
|
212
|
+
#### `SkeletonFEA`
|
|
213
|
+
|
|
214
|
+
| Prop | Type | Default | Description |
|
|
215
|
+
| --- | --- | --- | --- |
|
|
216
|
+
| `height` | `number` | `80` | Block height. |
|
|
217
|
+
| `borderRadius` | `number` | `12` | Corner radius. |
|
|
218
|
+
| `marginVertical` | `number` | `8` | Vertical margin. |
|
|
219
|
+
| `style` | `StyleProp<ViewStyle>` | — | Extra style. |
|
|
220
|
+
|
|
221
|
+
#### `EmptyFEA`
|
|
222
|
+
|
|
223
|
+
| Prop | Type | Default | Description |
|
|
224
|
+
| --- | --- | --- | --- |
|
|
225
|
+
| `title` | `string` | `"No data"` | Heading. |
|
|
226
|
+
| `description` | `string` | — | Subtext. |
|
|
227
|
+
| `style` | `StyleProp<ViewStyle>` | — | Container style. |
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
### Form
|
|
232
|
+
|
|
233
|
+
#### `InputFEA`
|
|
234
|
+
|
|
235
|
+
| Prop | Type | Description |
|
|
236
|
+
| --- | --- | --- |
|
|
237
|
+
| `style` | `StyleProp<TextStyle>` | Passed to `TextInput`. |
|
|
238
|
+
| `...TextInputProps` | `Omit<TextInputProps, "placeholderTextColor" \| "style">` | Forwards all standard RN `TextInput` props (e.g. `value`, `onChangeText`, `keyboardType`, `editable`, etc.). `placeholderTextColor` is themed internally. |
|
|
239
|
+
|
|
240
|
+
#### `TextareaFEA`
|
|
241
|
+
|
|
242
|
+
| Prop | Type | Description |
|
|
243
|
+
| --- | --- | --- |
|
|
244
|
+
| `style` | `StyleProp<TextStyle>` | Multiline `TextInput` style. |
|
|
245
|
+
| `...TextInputProps` | `Omit<TextInputProps, "placeholderTextColor" \| "style">` | Forwards RN `TextInput` props while forcing `multiline` and `textAlignVertical="top"`. |
|
|
246
|
+
|
|
247
|
+
#### `CheckboxFEA`
|
|
248
|
+
|
|
249
|
+
| Prop | Type | Default | Description |
|
|
250
|
+
| --- | --- | --- | --- |
|
|
251
|
+
| `checked` | `boolean` | — | Controlled checked state. |
|
|
252
|
+
| `onChange` | `(next: boolean) => void` | — | Toggle handler. |
|
|
253
|
+
| `label` | `string` | — | Optional label. |
|
|
254
|
+
| `disabled` | `boolean` | `false` | Disables interaction. |
|
|
255
|
+
| `size` | `number` | `18` | Checkbox square size. |
|
|
256
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row container style. |
|
|
257
|
+
| `labelStyle` | `StyleProp<TextStyle>` | — | Label text style. |
|
|
258
|
+
| `testID` | `string` | — | Test identifier. |
|
|
259
|
+
| `accessibilityLabel` | `string` | — | Accessible label override. |
|
|
260
|
+
|
|
261
|
+
#### `SwitchFEA`
|
|
262
|
+
|
|
263
|
+
| Prop | Type | Default | Description |
|
|
264
|
+
| --- | --- | --- | --- |
|
|
265
|
+
| `value` | `boolean` | — | Controlled value. |
|
|
266
|
+
| `onValueChange` | `(next: boolean) => void` | — | Change handler. |
|
|
267
|
+
| `label` | `string` | — | Optional label row. |
|
|
268
|
+
| `labelPosition` | `"left" \| "right"` | `"left"` | Places label before/after switch. |
|
|
269
|
+
| `disabled` | `boolean` | `false` | — |
|
|
270
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row container. |
|
|
271
|
+
| `testID` | `string` | — | Test identifier. |
|
|
272
|
+
| `accessibilityLabel` | `string` | — | Accessibility label override. |
|
|
273
|
+
| `thumbColor` | `ColorValue` | `"#ffffff"` | Thumb color override. |
|
|
274
|
+
| `ios_backgroundColor` | `ColorValue` | — | iOS inactive background. |
|
|
275
|
+
|
|
276
|
+
#### `FieldFEA`
|
|
277
|
+
|
|
278
|
+
| Prop | Type | Description |
|
|
279
|
+
| --- | --- | --- |
|
|
280
|
+
| `label` | `string` | Optional field label. |
|
|
281
|
+
| `description` | `string` | Helper text (hidden if `error` set). |
|
|
282
|
+
| `error` | `string` | Error message (takes priority over description). |
|
|
283
|
+
| `children` | `React.ReactNode` | Input/control. |
|
|
284
|
+
| `style` | `StyleProp<ViewStyle>` | Field wrapper. |
|
|
285
|
+
|
|
286
|
+
#### `InputGroupFEA`
|
|
287
|
+
|
|
288
|
+
| Prop | Type | Description |
|
|
289
|
+
| --- | --- | --- |
|
|
290
|
+
| `children` | `React.ReactNode` | Grouped inputs. |
|
|
291
|
+
| `style` | `StyleProp<ViewStyle>` | Bordered container. |
|
|
292
|
+
|
|
293
|
+
#### `RadioGroupFEA`
|
|
294
|
+
|
|
295
|
+
| Prop | Type | Description |
|
|
296
|
+
| --- | --- | --- |
|
|
297
|
+
| `value` | `string` | Selected `value`. |
|
|
298
|
+
| `onValueChange` | `(next: string) => void` | Selection change. |
|
|
299
|
+
| `options` | `RadioOptionFEA[]` | `{ label, value, disabled? }`. |
|
|
300
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
301
|
+
|
|
302
|
+
#### `NativeSelectFEA` / `SelectFEA`
|
|
303
|
+
|
|
304
|
+
| Prop | Type | Default | Description |
|
|
305
|
+
| --- | --- | --- | --- |
|
|
306
|
+
| `value` | `string` | — | Selected option `value`. |
|
|
307
|
+
| `onValueChange` | `(next: string) => void` | — | Selection handler. |
|
|
308
|
+
| `options` | `SelectOptionFEA[]` | — | `{ label, value, disabled? }`. |
|
|
309
|
+
| `placeholder` | `string` | `"Select..."` | When nothing selected. |
|
|
310
|
+
| `style` | `StyleProp<ViewStyle>` | — | Menu / trigger styling. |
|
|
311
|
+
|
|
312
|
+
`SelectFEA` is an alias of `NativeSelectFEA`.
|
|
313
|
+
|
|
314
|
+
#### `ComboboxFEA`
|
|
315
|
+
|
|
316
|
+
| Prop | Type | Description |
|
|
317
|
+
| --- | --- | --- |
|
|
318
|
+
| `value` | `string` | Selected value. |
|
|
319
|
+
| `onValueChange` | `(next: string) => void` | — |
|
|
320
|
+
| `options` | `ComboboxOptionFEA[]` | `{ label, value }`. |
|
|
321
|
+
| `placeholder` | `string` | Trigger placeholder. |
|
|
322
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
323
|
+
|
|
324
|
+
#### `InputOTPFEA`
|
|
325
|
+
|
|
326
|
+
| Prop | Type | Default | Description |
|
|
327
|
+
| --- | --- | --- | --- |
|
|
328
|
+
| `value` | `string` | — | Controlled OTP string. |
|
|
329
|
+
| `onChange` | `(next: string) => void` | — | Updates full string. |
|
|
330
|
+
| `length` | `number` | `6` | Number of cells. |
|
|
331
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row style. |
|
|
332
|
+
|
|
333
|
+
#### `DatePickerFEA`
|
|
334
|
+
|
|
335
|
+
| Prop | Type | Default | Description |
|
|
336
|
+
| --- | --- | --- | --- |
|
|
337
|
+
| `value` | `Date` | — | Current date (defaults internally to “now” for display). |
|
|
338
|
+
| `onChange` | `(next: Date) => void` | — | Emits new date when Y/M/D changes. |
|
|
339
|
+
| `startYear` | `number` | `1970` | Year list start. |
|
|
340
|
+
| `endYear` | `number` | current year + 10 | Year list end. |
|
|
341
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row of selects. |
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
### Overlays & menus
|
|
346
|
+
|
|
347
|
+
#### `DialogFEA`
|
|
348
|
+
|
|
349
|
+
| Prop | Type | Description |
|
|
350
|
+
| --- | --- | --- |
|
|
351
|
+
| `open` | `boolean` | Visibility. |
|
|
352
|
+
| `onOpenChange` | `(next: boolean) => void` | Close/open; backdrop tap closes. |
|
|
353
|
+
| `children` | `React.ReactNode` | Usually `DialogHeaderFEA` + body + `DialogFooterFEA`. |
|
|
354
|
+
| `style` | `StyleProp<ViewStyle>` | Inner `CardFEA` style. |
|
|
355
|
+
|
|
356
|
+
#### `DialogHeaderFEA` / `DialogFooterFEA`
|
|
357
|
+
|
|
358
|
+
| Prop | Type | Description |
|
|
359
|
+
| --- | --- | --- |
|
|
360
|
+
| `children` | `React.ReactNode` | Layout sections. |
|
|
361
|
+
|
|
362
|
+
#### `AlertDialogFEA`
|
|
363
|
+
|
|
364
|
+
| Prop | Type | Default | Description |
|
|
365
|
+
| --- | --- | --- | --- |
|
|
366
|
+
| `open` | `boolean` | — | — |
|
|
367
|
+
| `onOpenChange` | `(next: boolean) => void` | — | — |
|
|
368
|
+
| `title` | `string` | — | Heading. |
|
|
369
|
+
| `description` | `string` | — | Body text. |
|
|
370
|
+
| `cancelText` | `string` | `"Cancel"` | Cancel button label. |
|
|
371
|
+
| `actionText` | `string` | `"Continue"` | Confirm button label. |
|
|
372
|
+
| `destructive` | `boolean` | `false` | Uses softer/destructive styling for action. |
|
|
373
|
+
| `onAction` | `() => void` | — | Runs before close on confirm. |
|
|
374
|
+
|
|
375
|
+
#### `ModalFEA`
|
|
376
|
+
|
|
377
|
+
| Prop | Type | Description |
|
|
378
|
+
| --- | --- | --- |
|
|
379
|
+
| `visible` | `boolean` | Renders overlay + card when true. |
|
|
380
|
+
| `children` | `React.ReactNode` | Content inside card. |
|
|
381
|
+
| `style` | `StyleProp<ViewStyle>` | Card style. |
|
|
382
|
+
|
|
383
|
+
#### `SheetFEA`
|
|
384
|
+
|
|
385
|
+
| Prop | Type | Description |
|
|
386
|
+
| --- | --- | --- |
|
|
387
|
+
| `open` | `boolean` | — |
|
|
388
|
+
| `onOpenChange` | `(next: boolean) => void` | — |
|
|
389
|
+
| `children` | `React.ReactNode` | Bottom sheet body. |
|
|
390
|
+
| `style` | `StyleProp<ViewStyle>` | Card style. |
|
|
391
|
+
|
|
392
|
+
#### `DrawerFEA`
|
|
393
|
+
|
|
394
|
+
| Prop | Type | Default | Description |
|
|
395
|
+
| --- | --- | --- | --- |
|
|
396
|
+
| `open` | `boolean` | — | — |
|
|
397
|
+
| `onOpenChange` | `(next: boolean) => void` | — | — |
|
|
398
|
+
| `side` | `"left" \| "right"` | `"left"` | Slide from edge. |
|
|
399
|
+
| `children` | `React.ReactNode` | — |
|
|
400
|
+
| `style` | `StyleProp<ViewStyle>` | Panel style. |
|
|
401
|
+
|
|
402
|
+
#### `PopoverFEA`
|
|
403
|
+
|
|
404
|
+
| Prop | Type | Description |
|
|
405
|
+
| --- | --- | --- |
|
|
406
|
+
| `open` | `boolean` | — |
|
|
407
|
+
| `onOpenChange` | `(next: boolean) => void` | — |
|
|
408
|
+
| `trigger` | `React.ReactNode` | Pressing toggles open (wrapped in `Pressable`). |
|
|
409
|
+
| `children` | `React.ReactNode` | Popover body inside `CardFEA`. |
|
|
410
|
+
| `contentStyle` | `StyleProp<ViewStyle>` | Inner card style. |
|
|
411
|
+
|
|
412
|
+
#### `DropdownMenuFEA`
|
|
413
|
+
|
|
414
|
+
| Prop | Type | Description |
|
|
415
|
+
| --- | --- | --- |
|
|
416
|
+
| `open` | `boolean` | — |
|
|
417
|
+
| `onOpenChange` | `(next: boolean) => void` | — |
|
|
418
|
+
| `trigger` | `React.ReactNode` | Opens menu. |
|
|
419
|
+
| `items` | `DropdownMenuItemFEA[]` | `{ label, onSelect?, destructive?, disabled? }`. |
|
|
420
|
+
| `style` | `StyleProp<ViewStyle>` | Passed to popover content. |
|
|
421
|
+
|
|
422
|
+
#### `ContextMenuFEA`
|
|
423
|
+
|
|
424
|
+
| Prop | Type | Description |
|
|
425
|
+
| --- | --- | --- |
|
|
426
|
+
| `items` | `DropdownMenuItemFEA[]` | Same as dropdown items. |
|
|
427
|
+
| `children` | `React.ReactNode` | Long-press target. |
|
|
428
|
+
|
|
429
|
+
#### `CommandFEA`
|
|
430
|
+
|
|
431
|
+
| Prop | Type | Default | Description |
|
|
432
|
+
| --- | --- | --- | --- |
|
|
433
|
+
| `open` | `boolean` | — | — |
|
|
434
|
+
| `onOpenChange` | `(next: boolean) => void` | — | — |
|
|
435
|
+
| `trigger` | `React.ReactNode` | — |
|
|
436
|
+
| `items` | `CommandItemFEA[]` | `{ label, value, keywords?, onSelect? }`. |
|
|
437
|
+
| `placeholder` | `string` | `"Type a command or search..."` | Search field. |
|
|
438
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
439
|
+
|
|
440
|
+
#### `TooltipFEA` / `HoverCardFEA`
|
|
441
|
+
|
|
442
|
+
| Prop | Type | Description |
|
|
443
|
+
| --- | --- | --- |
|
|
444
|
+
| `text` | `string` | Tooltip copy. |
|
|
445
|
+
| `children` | `React.ReactNode` | Tap to show brief modal-style hint. |
|
|
446
|
+
|
|
447
|
+
`HoverCardFEA` is an alias of `TooltipFEA` (React Native has no hover).
|
|
448
|
+
|
|
449
|
+
---
|
|
450
|
+
|
|
451
|
+
### Navigation & layout
|
|
452
|
+
|
|
453
|
+
#### `NavbarFEA`
|
|
454
|
+
|
|
455
|
+
| Prop | Type | Description |
|
|
456
|
+
| --- | --- | --- |
|
|
457
|
+
| `title` | `string` | Header title. |
|
|
458
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
459
|
+
|
|
460
|
+
#### `TabBarFEA`
|
|
461
|
+
|
|
462
|
+
| Prop | Type | Description |
|
|
463
|
+
| --- | --- | --- |
|
|
464
|
+
| `children` | `React.ReactNode` | Typically row of buttons. |
|
|
465
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
466
|
+
|
|
467
|
+
#### `TabsFEA` / `TabsListFEA` / `TabsTriggerFEA` / `TabsContentFEA`
|
|
468
|
+
|
|
469
|
+
| Component | Main props |
|
|
470
|
+
| --- | --- |
|
|
471
|
+
| `TabsFEA` | `defaultValue: string`, `children` |
|
|
472
|
+
| `TabsListFEA` | `children`, `style?` |
|
|
473
|
+
| `TabsTriggerFEA` | `value: string`, `children` |
|
|
474
|
+
| `TabsContentFEA` | `value: string`, `children` (shown when tab matches) |
|
|
475
|
+
|
|
476
|
+
#### `BreadcrumbFEA`
|
|
477
|
+
|
|
478
|
+
| Prop | Type | Description |
|
|
479
|
+
| --- | --- | --- |
|
|
480
|
+
| `items` | `BreadcrumbItemFEA[]` | `{ label, onPress? }` — last item usually has no `onPress`. |
|
|
481
|
+
| `separator` | `string` | Default `"/"`. |
|
|
482
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
483
|
+
|
|
484
|
+
#### `NavigationMenuFEA`
|
|
485
|
+
|
|
486
|
+
| Prop | Type | Description |
|
|
487
|
+
| --- | --- | --- |
|
|
488
|
+
| `value` | `string` | Active item `value`. |
|
|
489
|
+
| `onValueChange` | `(next: string) => void` | — |
|
|
490
|
+
| `items` | `NavigationMenuItemFEA[]` | `{ label, value, disabled? }`. |
|
|
491
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
492
|
+
|
|
493
|
+
#### `MenubarFEA`
|
|
494
|
+
|
|
495
|
+
| Prop | Type | Description |
|
|
496
|
+
| --- | --- | --- |
|
|
497
|
+
| `items` | `MenubarItemFEA[]` | `{ label, items: DropdownMenuItemFEA[] }` per top-level menu. |
|
|
498
|
+
| `style` | `StyleProp<ViewStyle>` | Horizontal bar. |
|
|
499
|
+
|
|
500
|
+
#### `PaginationFEA`
|
|
501
|
+
|
|
502
|
+
| Prop | Type | Default | Description |
|
|
503
|
+
| --- | --- | --- | --- |
|
|
504
|
+
| `page` | `number` | — | Current page (1-based). |
|
|
505
|
+
| `pageCount` | `number` | — | Total pages. |
|
|
506
|
+
| `onPageChange` | `(next: number) => void` | — | Page navigation. |
|
|
507
|
+
| `siblingCount` | `number` | `1` | Neighbor page buttons around current. |
|
|
508
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row style. |
|
|
509
|
+
|
|
510
|
+
#### `SidebarFEA`
|
|
511
|
+
|
|
512
|
+
| Prop | Type | Description |
|
|
513
|
+
| --- | --- | --- |
|
|
514
|
+
| `open` | `boolean` | Uses `DrawerFEA` under the hood. |
|
|
515
|
+
| `onOpenChange` | `(next: boolean) => void` | — |
|
|
516
|
+
| `value` | `string` | Active item. |
|
|
517
|
+
| `onValueChange` | `(next: string) => void` | Optional. |
|
|
518
|
+
| `items` | `SidebarItemFEA[]` | `{ label, value, disabled? }`. |
|
|
519
|
+
| `header` / `footer` | `React.ReactNode` | Optional slots. |
|
|
520
|
+
| `style` | `StyleProp<ViewStyle>` | Drawer panel style. |
|
|
521
|
+
|
|
522
|
+
#### `ScrollAreaFEA`
|
|
523
|
+
|
|
524
|
+
| Prop | Type | Description |
|
|
525
|
+
| --- | --- | --- |
|
|
526
|
+
| Forwards | `ScrollViewProps` | Same as RN `ScrollView`; `showsVerticalScrollIndicator` defaults to `false`. |
|
|
527
|
+
|
|
528
|
+
---
|
|
529
|
+
|
|
530
|
+
### Data display
|
|
531
|
+
|
|
532
|
+
#### `ListItemFEA`
|
|
533
|
+
|
|
534
|
+
| Prop | Type | Description |
|
|
535
|
+
| --- | --- | --- |
|
|
536
|
+
| `title` | `string` | Primary line. |
|
|
537
|
+
| `subtitle` | `string` | Secondary line. |
|
|
538
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
539
|
+
|
|
540
|
+
#### `TableFEA` / `TableHeadFEA` / `TableRowFEA` / `TableCellFEA`
|
|
541
|
+
|
|
542
|
+
| Component | Props |
|
|
543
|
+
| --- | --- |
|
|
544
|
+
| `TableFEA` | `children`, `style?` |
|
|
545
|
+
| `TableHeadFEA` | `children`, `style?` |
|
|
546
|
+
| `TableRowFEA` | `children`, `style?` |
|
|
547
|
+
| `TableCellFEA` | `children`, `flex?` (default 1), `align?`: `"left"\|"center"\|"right"`, `style?` |
|
|
548
|
+
|
|
549
|
+
#### `DataTableFEA<Row>`
|
|
550
|
+
|
|
551
|
+
| Prop | Type | Description |
|
|
552
|
+
| --- | --- | --- |
|
|
553
|
+
| `columns` | `DataTableColumnFEA<Row>[]` | `key`, `header`, `flex?`, `align?`, `render?`. |
|
|
554
|
+
| `data` | `Row[]` | Row objects; cell = `row[key]` unless `render` set. |
|
|
555
|
+
| `rowKey` | `(row, index) => string` | Optional stable keys. |
|
|
556
|
+
| `style` / `headerStyle` | `StyleProp<ViewStyle>` | Table / header row. |
|
|
557
|
+
|
|
558
|
+
#### `CalendarFEA`
|
|
559
|
+
|
|
560
|
+
| Prop | Type | Description |
|
|
561
|
+
| --- | --- | --- |
|
|
562
|
+
| `value` | `Date` | Selected day. |
|
|
563
|
+
| `onChange` | `(next: Date) => void` | Day press. |
|
|
564
|
+
| `style` | `StyleProp<ViewStyle>` | Container. |
|
|
565
|
+
|
|
566
|
+
#### `ChartFEA`
|
|
567
|
+
|
|
568
|
+
| Prop | Type | Default | Description |
|
|
569
|
+
| --- | --- | --- | --- |
|
|
570
|
+
| `data` | `ChartSeriesPointFEA[]` | — | `{ label, value }` bar series. |
|
|
571
|
+
| `height` | `number` | `140` | Chart height. |
|
|
572
|
+
| `title` | `string` | — | Optional heading. |
|
|
573
|
+
| `style` | `StyleProp<ViewStyle>` | — | Container. |
|
|
574
|
+
|
|
575
|
+
---
|
|
576
|
+
|
|
577
|
+
### Interaction
|
|
578
|
+
|
|
579
|
+
#### `AccordionFEA`
|
|
580
|
+
|
|
581
|
+
| Prop | Type | Default | Description |
|
|
582
|
+
| --- | --- | --- | --- |
|
|
583
|
+
| `title` | `string` | — | Header. |
|
|
584
|
+
| `children` | `React.ReactNode` | — | Collapsible body. |
|
|
585
|
+
| `defaultOpen` | `boolean` | `false` | Initial open state. |
|
|
586
|
+
| `style` | `StyleProp<ViewStyle>` | — | Card wrapper. |
|
|
587
|
+
|
|
588
|
+
#### `CollapsibleFEA` / `CollapsibleTriggerFEA`
|
|
589
|
+
|
|
590
|
+
| `CollapsibleFEA` | `open`, `onOpenChange`, `trigger?`, `children`, `style?` |
|
|
591
|
+
| `CollapsibleTriggerFEA` | `title`, `open`, `onPress`, `style?` |
|
|
592
|
+
|
|
593
|
+
#### `ToggleFEA`
|
|
594
|
+
|
|
595
|
+
| Prop | Type | Description |
|
|
596
|
+
| --- | --- | --- |
|
|
597
|
+
| `pressed` | `boolean` | — |
|
|
598
|
+
| `onPressedChange` | `(next: boolean) => void` | — |
|
|
599
|
+
| `children` | `React.ReactNode` | Label. |
|
|
600
|
+
| `disabled` | `boolean` | — |
|
|
601
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
602
|
+
|
|
603
|
+
#### `ToggleGroupFEA`
|
|
604
|
+
|
|
605
|
+
| Prop | Type | Default | Description |
|
|
606
|
+
| --- | --- | --- | --- |
|
|
607
|
+
| `type` | `"single" \| "multiple"` | `"single"` | Selection mode. |
|
|
608
|
+
| `value` | `string \| string[]` | — | Selected value(s). |
|
|
609
|
+
| `onValueChange` | `(next: string \| string[]) => void` | — | — |
|
|
610
|
+
| `items` | `{ label, value, disabled? }[]` | — | — |
|
|
611
|
+
| `style` | `StyleProp<ViewStyle>` | — | Row. |
|
|
612
|
+
|
|
613
|
+
#### `SliderFEA`
|
|
614
|
+
|
|
615
|
+
| Prop | Type | Default | Description |
|
|
616
|
+
| --- | --- | --- | --- |
|
|
617
|
+
| `value` | `number` | — | Current value. |
|
|
618
|
+
| `onValueChange` | `(next: number) => void` | — | Snapped to `step`. |
|
|
619
|
+
| `min` / `max` / `step` | `number` | `0` / `100` / `1` | Range. |
|
|
620
|
+
| `style` | `StyleProp<ViewStyle>` | — | Track. |
|
|
621
|
+
|
|
622
|
+
#### `ResizableFEA`
|
|
623
|
+
|
|
624
|
+
| Prop | Type | Description |
|
|
625
|
+
| --- | --- | --- |
|
|
626
|
+
| `width` / `height` | `DimensionValue` | RN dimension (number or `%`). |
|
|
627
|
+
| `children` | `React.ReactNode` | — |
|
|
628
|
+
| `style` | `StyleProp<ViewStyle>` | — |
|
|
629
|
+
|
|
630
|
+
#### `CarouselFEA`
|
|
631
|
+
|
|
632
|
+
| Prop | Type | Description |
|
|
633
|
+
| --- | --- | --- |
|
|
634
|
+
| `children` | `React.ReactNode[]` | Pages (array of nodes). |
|
|
635
|
+
| `pageWidth` | `number` | Optional fixed page width. |
|
|
636
|
+
| `style` | `StyleProp<ViewStyle>` | `ScrollView` style. |
|
|
637
|
+
|
|
638
|
+
#### `BottomSheetFEA`
|
|
639
|
+
|
|
640
|
+
| Prop | Type | Description |
|
|
641
|
+
| --- | --- | --- |
|
|
642
|
+
| `children` | `React.ReactNode` | Anchored bottom sheet content. |
|
|
643
|
+
| `style` | `StyleProp<ViewStyle>` | Animated container. |
|
|
644
|
+
|
|
645
|
+
---
|
|
646
|
+
|
|
647
|
+
### Alerts & misc
|
|
648
|
+
|
|
649
|
+
#### `AlertFEA`
|
|
650
|
+
|
|
651
|
+
| Prop | Type | Default | Description |
|
|
652
|
+
| --- | --- | --- | --- |
|
|
653
|
+
| `title` | `string` | — | — |
|
|
654
|
+
| `description` | `string` | — | — |
|
|
655
|
+
| `variant` | `"default" \| "destructive"` | `"default"` | — |
|
|
656
|
+
| `style` | `StyleProp<ViewStyle>` | — | — |
|
|
657
|
+
|
|
658
|
+
#### `ProgressFEA`
|
|
659
|
+
|
|
660
|
+
| Prop | Type | Description |
|
|
661
|
+
| --- | --- | --- |
|
|
662
|
+
| `value` | `number` | 0–100 fill. |
|
|
663
|
+
| `style` | `StyleProp<ViewStyle>` | Track. |
|
|
664
|
+
|
|
665
|
+
#### `ThemeSwitchFEA`
|
|
666
|
+
|
|
667
|
+
Renders a text button that calls `toggleTheme` from context. No props.
|
|
668
|
+
|
|
669
|
+
---
|
|
670
|
+
|
|
671
|
+
### TypeScript
|
|
672
|
+
|
|
673
|
+
Import types when exported next to components, e.g. `DropdownMenuItemFEA`, `DataTableColumnFEA`, `SelectOptionFEA`, `BreadcrumbItemFEA`, `ChartSeriesPointFEA`, etc. Use your IDE “Go to definition” on `dist/**/*.d.ts` after `npm run build` for the exact emitted types.
|