Files
fn_registry/frontend/functions/ui/label.md
T
egutierrez 2d108c295a refactor: migrate frontend from shadcn/Tailwind to Mantine v9
Reescribe todos los componentes UI para usar Mantine v9 en lugar de shadcn/Tailwind.
Elimina cn(), CVA, components.json, theme_provider custom y globals.css con Tailwind.
Añade 25+ componentes nuevos (AppShell, AuthForm, DatePickerInput, Dropzone, etc.)
y MantineProvider como wrapper estándar del sistema de temas.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 23:46:44 +02:00

1.0 KiB

name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, output, tested, tests, test_file_path, file_path, props, emits, has_state, framework, variant, source_repo, source_license, source_file
name kind lang domain version purity signature description tags uses_functions uses_types returns returns_optional error_type imports output tested tests test_file_path file_path props emits has_state framework variant source_repo source_license source_file
label component ts ui 1.0.0 impure Label(props: LabelHTMLAttributes): JSX.Element Etiqueta de formulario accesible con soporte para estados disabled. Mantine Text con component=label.
label
form
component
ui
mantine
false
@mantine/core
Componente Label que renderiza etiqueta de formulario accesible con soporte para estados disabled false
frontend/functions/ui/label.tsx
name type required description
className string false Clases CSS adicionales
false react
default
https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/Bl4cksmith/Frontend_Library MIT frontend/src/components/ui/label.tsx

Ejemplo

<Label htmlFor="email">Email</Label>