@bgord/ui
v0.8.29
Published
Clone the repository
Readme
bgord-ui
Configuration:
Clone the repository
git clone [email protected]:bgord/bgord-ui.git --recurse-submodulesInstall packages
bun iRun the tests
./bgord-scripts/test-run.shFiles:
src/
├── components
│ ├── dialog.tsx
├── hooks
│ ├── use-click-outside.ts
│ ├── use-date-field.ts
│ ├── use-exit-action.ts
│ ├── use-file.ts
│ ├── use-focus-shortcut.ts
│ ├── use-hover.ts
│ ├── use-meta-enter-submit.ts
│ ├── use-mutation.ts
│ ├── use-number-field.ts
│ ├── use-online-status.ts
│ ├── use-scroll-lock.ts
│ ├── use-shortcuts.ts
│ ├── use-text-field.ts
│ ├── use-toggle.ts
│ └── use-window-dimensions.ts
├── services
│ ├── absolute-url.ts
│ ├── autocomplete.ts
│ ├── clipboard.ts
│ ├── cookies.ts
│ ├── date-field.ts
│ ├── etag.ts
│ ├── exec.ts
│ ├── fields.ts
│ ├── form.ts
│ ├── get-safe-window.ts
│ ├── head.ts
│ ├── noop.ts
│ ├── notifications.tsx
│ ├── number-field.ts
│ ├── pluralize.ts
│ ├── rhythm.ts
│ ├── text-field.ts
│ ├── time-zone-offset.ts
│ ├── translations.tsx
│ └── weak-etag.ts
└── tinykeys.d.ts