n8n/packages/frontend/@n8n/composables
2026-07-15 14:02:30 +00:00
..
src refactor(editor): Move useClipboard into @n8n/composables behind re-export shim (no-changelog) (#34229) 2026-07-15 14:02:30 +00:00
.gitignore feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
biome.jsonc feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
eslint.config.mjs refactor(editor): Move useClipboard into @n8n/composables behind re-export shim (no-changelog) (#34229) 2026-07-15 14:02:30 +00:00
package.json refactor(editor): Move useDebounce and durations into @n8n/composables (no-changelog) (#34143) 2026-07-15 12:34:40 +00:00
README.md feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
tsconfig.json chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
tsdown.config.ts fix: Update tsdown and packages imports/exports (no-changelog) (#21935) 2025-11-17 16:36:22 +02:00
vite.config.ts refactor: Move vitest-config and eslint-config packages to @n8n (#13530) 2025-02-26 14:45:35 +02:00

@n8n/composables

A collection of Vue composables that provide common functionality across n8n's Front-End packages.

Table of Contents

Features

  • Reusable Logic: Encapsulate complex stateful logic into composable functions.
  • Consistency: Ensure consistent patterns and practices across our Vue components.
  • Extensible: Easily add new composables as our project grows.
  • Optimized: Fully compatible with the Composition API.

Contributing

For more details, please read our CONTRIBUTING.md.

License

For more details, please read our LICENSE.md.