* feat: add input group (wip)
* feat: improve input group (wip)
* chore: add eslint-disable comment
* feat: reorganize examples and particles
* feat: enhance input components with ref support and improve clipboard functionality
* feat: add spinner docs and demo
* feat: add kbd component and examples for keyboard shortcuts
* feat: update ButtonWithKbd example to include padding and adjust kbd component placement
* chore: remove group-*
* chore: mc
* feat: introduce InputGroupInput and InputGroupTextarea
* feat: unstyle FormControl and encourage Input usage
* docs: improve field documentation
* chore: review className structure in InputGroup component
* feat: several improvements
* feat: add new input group examples and update documentation
* feat: integrate ScrollArea in mdx-components and enhance docs
* docs: update Popover documentation
* chore: adjust negative margin consistently
* feat: improve useCopyToClipboard hook with timeout cleanup
* fix: correct KbdGroup component props type from "div" to "kbd"
* fix: enhance input focus handling in InputGroupAddon to include textarea elements
* chore: format files
* chore: fix Cubic AI issues
* fix: move timeout cleanup logic inside clipboard writeText promise
* fix input group
* refactor: simplify textarea component usage by removing FieldControl wrapper in examples and documentation
* chore: build registry
* refactor: remove outdated FieldControl example for Textarea in documentation
* fix: enhance focus handling in InputGroupAddon to include more interactive elements
* fix: correct prop order in mergeProps for Textarea component
---------
Co-authored-by: Sean Brydon <sean@cal.com>
* fix: use bun run over pnpm in readme and others
* fix: re-add pnpm as create-next-app did it
* Update apps/ui/README.md
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: Pasquale Vitiello <pasqualevitiello@gmail.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* refactor(skeleton-demo): convert UserCard to use state and effect for loading, remove Suspense
* feat: add one-command installation for all UI components
* fix: update command to use namespaced registry everywhere
* fix: update on sheet component too
* fix docs
* fix: prevent fumadocs mdx files from being prettified