Pista
Opcional, es una descripción del dato a introducir.
Hint
Mostrar parámetros
Parámetros Nunjucks del componente: "Hint"
params:
- name: text
type: string
required: true
description: If `html` is set, this is not required. Text to use within the hint. If `html` is provided, the `text` argument will be ignored.
- name: html
type: string
required: true
description: If `text` is set, this is not required. HTML to use within the hint. If `html` is provided, the `text` argument will be ignored.
- name: id
type: string
required: true
description: Optional id attribute to add to the hint span tag.
- name: classes
type: string
required: false
description: Classes to add to the hint span tag.
- name: attributes
type: object
required: false
description: HTML attributes (for example data attributes) to add to the hint span tag.
Por defecto #
Descripción visual
Caja rectangular con borde gris de 1px y fondo blanco. Contiene título h3 en negrita negro arriba, seguido de texto gris oscuro en peso normal. Padding interno generoso alrededor del contenido.
Esto es una pista o hint.
Mostrar códigodel ejemplo: Por defecto
Con html #
Descripción visual
Caja rectangular con borde gris de 1px y fondo blanco. Contiene título h3 en negrita negro arriba, seguido de texto con formato mixto donde una palabra aparece en negrita dentro de la oración gris oscura. Padding interno generoso alrededor del contenido.
Esto es una pista o hint.
Mostrar códigodel ejemplo: Con html