@bgord/ui
v0.8.23
Published
Clone the repository
Downloads
549
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
├── number-field.ts
├── pluralize.ts
├── rhythm.ts
├── text-field.ts
├── time-zone-offset.ts
├── translations.tsx
└── weak-etag.ts