From 68fc7923ea527032e77021e01ff670e49a499459 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Feb 2026 15:41:38 +0000 Subject: [PATCH] Update components list in launch article to reflect all available components - Core library: updated from 40+ to 50+ components, added Alert, Backdrop, Calendar, Date Picker, File Upload, Item, Menu, Menu Bar, Native Select, Navigation Menu, Range Slider, Scroll Area, Slider, Time Picker, Typography - Added @semantic-components/ui-lab section with 55+ experimental components - Added additional libraries section (Carousel, Code, Editor) https://claude.ai/code/session_01PnvRZbYi6zAAyBnkUSpaMF --- docs/article-launch.md | 48 ++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/docs/article-launch.md b/docs/article-launch.md index 367d91123..92c962573 100644 --- a/docs/article-launch.md +++ b/docs/article-launch.md @@ -204,17 +204,43 @@ This library makes deliberate choices that prioritize the future of Angular over ### `@semantic-components/ui` — Core Library -40+ components: - -| Category | Components | -| ---------- | --------------------------------------------------------------------------------- | -| Actions | Button, Button Group, Link, Toggle, Toggle Group | -| Layout | Card, Separator, Aspect Ratio, Toolbar | -| Forms | Input, Textarea, Checkbox, Radio Group, Switch, Select, Label, Field, Input Group | -| Overlays | Dialog, Alert Dialog, Drawer, Sheet, Popover, Hover Card, Tooltip, Toast | -| Navigation | Breadcrumb, Pagination, Tabs | -| Display | Badge, Avatar, Skeleton, Spinner, Progress, Kbd, Empty | -| Data | Table, Accordion, Collapsible | +50+ components: + +| Category | Components | +| ---------- | ------------------------------------------------------------------------------------------------------- | +| Actions | Button, Button Group, Link, Toggle, Toggle Group | +| Layout | Card, Separator, Aspect Ratio, Toolbar, Scroll Area, Typography | +| Forms | Input, Textarea, Checkbox, Radio Group, Switch, Select, Native Select, Label, Field, Input Group, Slider, Range Slider | +| Overlays | Dialog, Alert Dialog, Drawer, Sheet, Popover, Hover Card, Tooltip, Toast, Backdrop | +| Navigation | Breadcrumb, Pagination, Tabs, Menu, Menu Bar, Navigation Menu | +| Display | Alert, Badge, Avatar, Skeleton, Spinner, Progress, Kbd, Empty, Item | +| Data | Table, Accordion, Collapsible, Calendar, Date Picker, Time Picker | +| File | File Upload | + +### `@semantic-components/ui-lab` — Experimental Library + +55+ components: + +| Category | Components | +| ------------- | ------------------------------------------------------------------------------------------------- | +| Inputs | Combobox, Multi Select, Mention Input, Phone Input, Search Input, Tag Input, Number Field, Opt Field, Password Field | +| Date & Time | Date Range Picker, Time Picker Clock, Countdown, Timezone | +| Data Display | Data Table, Chart, Diff Viewer, Org Chart, Stat Card, Timeline, Tree, Virtual List | +| Media | Audio Player, Video Player, Image Annotator, Image Compare, Image Cropper, Lightbox, PDF Viewer | +| Overlays | Command, Context Menu, Spotlight, Notification Center | +| Navigation | Dock, Navbar, Sidebar, Stepper, Tour Guide | +| Layout | Resizable, Masonry Grid, Infinite Scroll, Kanban Board, Sortable List, Transfer List, Split Button | +| Interaction | Color Picker, Emoji Picker, Rating Field, Signature Pad, Barcode Scanner, QR Code | +| Effects | Animated Counter, Confetti, Marquee | +| Utilities | Copy Button, Language Switcher, Speed Dial, Theme Toggle, Native Checkbox | + +### Additional Libraries + +| Library | Components | +| ------------------------------ | ---------------------- | +| `@semantic-components/carousel` | Carousel | +| `@semantic-components/code` | Code Editor, Code Viewer | +| `@semantic-components/editor` | Editor | ---