-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidgets.ts
More file actions
15 lines (14 loc) · 621 Bytes
/
widgets.ts
File metadata and controls
15 lines (14 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ---------------------------------------------------------------------------
// Sibu — Widgets
// Pre-built UI components.
// import { tabs, select } from "sibu/widgets";
// ---------------------------------------------------------------------------
export * from "./src/widgets/Combobox";
export * from "./src/widgets/Tabs";
export * from "./src/widgets/Accordion";
export * from "./src/widgets/Popover";
export * from "./src/widgets/Select";
export * from "./src/widgets/Tooltip";
export * from "./src/widgets/FileUpload";
export * from "./src/widgets/contentEditable";
export * from "./src/widgets/datePicker";