ui-component

select

v1.0.0

<select> nativo envuelto como custom element del design system — opciones vía prop, emite dsChange con el nuevo valor.

Instalar

Preview

Uso

react
django-template

Detalles del spec

Entrada cruda del registry
{
  "name": "select",
  "type": "ui-component",
  "metadata": {
    "level": 1,
    "description": "Native <select> wrapped as a design-system custom element — options passed as a prop, emits dsChange with the new value.",
    "author": "neo",
    "version": "1.0.0",
    "created_at": "2026-07-14",
    "dependencies": [],
    "translations": {
      "es": {
        "description": "<select> nativo envuelto como custom element del design system — opciones vía prop, emite dsChange con el nuevo valor."
      }
    }
  },
  "spec": {
    "tech": "stencil",
    "tag": "ds-select",
    "tokens_used": [
      "font.family",
      "font.size-md",
      "spacing.sm",
      "spacing.md",
      "spacing.lg",
      "spacing.xl",
      "radius.sm",
      "radius.md"
    ]
  }
}