@codemonster-ru/vueforge 0.74.0 → 0.76.0

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 CHANGED
@@ -55,7 +55,7 @@ import { Container, PageHeader, Button } from '@codemonster-ru/vueforge';
55
55
 
56
56
  VueForge currently includes core building blocks for:
57
57
 
58
- - Layout and navigation: `Container`, `Section`, `AppShell`, `Menu`, `Link`, `Breadcrumbs`, `PageHeader`, `Divider`
58
+ - Layout and navigation: `Container`, `Section`, `Grid`, `Stack`, `AppShell`, `Menu`, `Link`, `Breadcrumbs`, `PageHeader`, `Divider`
59
59
  - Forms and inputs: `Form`, `FormField`, `Input`, `Textarea`, `Select`, `Autocomplete`, `Combobox`, `MultiSelect`, `TagInput`, `Date*`, `Time*`
60
60
  - Data display: `DataTable`, `Pagination`, `VirtualScroller`, `Card`, `EmptyState`
61
61
  - Overlays and feedback: `Modal`, `Drawer`, `Popover`, `Dropdown`, `ContextMenu`, `Tooltip`, `Toast`, `Alert`, `NotificationCenter`