feat(dees-input-toggle): Add DeesInputToggle component (toggle switch) with demo and exports; integrate into inputs and DeesForm

This commit is contained in:
2026-01-07 18:42:00 +00:00
parent 496084f870
commit 51611d76dd
7 changed files with 696 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export * from './dees-input-richtext/index.js';
export * from './dees-input-searchselect/index.js';
export * from './dees-input-tags/index.js';
export * from './dees-input-text/index.js';
export * from './dees-input-toggle/index.js';
export * from './dees-input-typelist/index.js';
export * from './dees-input-wysiwyg.js';
export * from './profilepicture/dees-input-profilepicture.js';