Independent sigpro vs sigpro-ui
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s

This commit is contained in:
2026-05-04 16:39:57 +02:00
parent 817de6a0ee
commit e6b172efa1
26 changed files with 1596 additions and 2368 deletions

View File

@@ -326,6 +326,9 @@ Typically contains `DropdownButton` and `DropdownContent`.
## Editor (Rich Text)
`Editor(props)`
> In ESM tree shaking, editor must be loaded `import { Editor } from "sigpro\editor"`
> In IIFE / UMD, Editor is included.
| Prop | Type | Default | Description |
|------------|-------------------|---------|------------------------------------------------------------|
@@ -789,6 +792,6 @@ Displays an 8×8 grid of preset colours.
## Utility Functions
- **`Locale(lang)`** Signal to read/set the current language (`"en"` or `"es"`).
- **`setLocale(lang)`** Signal to read/set the current language (`"en"`, `"es"` ...).
- **`t(key)`** Returns a reactive translation string from the builtin dictionary based on current locale.
```