@elaraai/east-ui 0.0.1-beta.2 → 0.0.1-beta.3
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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
- **📝 Typography** - Text with comprehensive styling options
|
|
14
14
|
- **🔘 Buttons** - Button, IconButton with variants and states
|
|
15
15
|
- **📋 Forms** - Input, Select, Checkbox, Switch, Slider, Textarea, TagsInput, FileUpload
|
|
16
|
-
- **📊 Collections** - Table, DataList, TreeView
|
|
16
|
+
- **📊 Collections** - Table, Gantt, DataList, TreeView
|
|
17
17
|
- **📈 Charts** - Area, Bar, Line, Pie, Radar, Scatter, Sparkline, BarList, BarSegment
|
|
18
18
|
- **💬 Feedback** - Alert, Progress
|
|
19
19
|
- **🏷️ Display** - Badge, Tag, Avatar, Stat, Icon
|
|
@@ -54,12 +54,12 @@ const ir = MyComponent.toIR();
|
|
|
54
54
|
|
|
55
55
|
| Category | Components | Description |
|
|
56
56
|
|----------|------------|-------------|
|
|
57
|
-
| **Layout** | `Box`, `Stack`, `
|
|
57
|
+
| **Layout** | `Box`, `Stack`, `Grid`, `Splitter`, `Separator` | Container and layout components |
|
|
58
58
|
| **Typography** | `Text` | Text display with styling |
|
|
59
59
|
| **Buttons** | `Button`, `IconButton` | Interactive button components |
|
|
60
60
|
| **Forms** | `Input`, `Select`, `Checkbox`, `Switch`, `Slider`, `Textarea`, `TagsInput`, `FileUpload`, `Field`, `Fieldset` | Form input components |
|
|
61
|
-
| **Collections** | `Table`, `DataList`, `TreeView` | Data display components |
|
|
62
|
-
| **Charts** | `Chart.Area`, `Chart.Bar`, `Chart.Line`, `Chart.Pie`, `Chart.Radar`, `Chart.Scatter`, `Chart.
|
|
61
|
+
| **Collections** | `Table`, `Gantt`, `DataList`, `TreeView` | Data display components |
|
|
62
|
+
| **Charts** | `Chart.Area`, `Chart.Bar`, `Chart.Line`, `Chart.Pie`, `Chart.Radar`, `Chart.Scatter`, `Chart.BarList`, `Chart.BarSegment`, `Sparkline` | Data visualization |
|
|
63
63
|
| **Display** | `Badge`, `Tag`, `Avatar`, `Stat`, `Icon` | Visual display components |
|
|
64
64
|
| **Feedback** | `Alert`, `Progress` | User feedback components |
|
|
65
65
|
| **Disclosure** | `Accordion`, `Tabs`, `Carousel` | Content organization |
|