11 lines
398 B
Markdown
11 lines
398 B
Markdown
# Shared
|
|
|
|
Cross-domain reusable primitives only.
|
|
|
|
Current structure:
|
|
- `shared/components/forms`: generic form controls (`date-picker`, `tag-input`, `toggle-button-group`)
|
|
- `shared/components/modals`: reusable confirmation modals
|
|
- `shared/components/feedback`: global feedback UI (`notifications-toaster`)
|
|
|
|
Use this for generic components/hooks/lib that are not tied to a single business domain.
|