query
RequiredDescription
Can be a single string or an array of strings. These are the terms that are highlighted in the text.
Type
string | string[]Leave Yamada UI a star
StarHighlight is a component that highlights specified strings within text. By default, it renders a p element.
Description
Can be a single string or an array of strings. These are the terms that are highlighted in the text.
Type
string | string[]Description
The CSS text-align property.
Type
UIValue<TextAlign>Description
The CSS text-transform property.
Type
UIValue<TextTransform>Description
The CSS text-decoration property.
Type
UIValue<TextDecoration<0 | (string & {})>>Description
If true, Fragment is used for rendering.
Type
booleanDefault
falseDescription
If true, Fragment is used for rendering.
Deprecated
Use fragment instead.
Type
booleanDefault
falseDescription
Properties passed to the Mark component which is used to highlight the matched terms.
Type
MarkPropsDescription
The visual color appearance of the component.
Type
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"Default
"secondary"Description
The size of the Mark.
Type
stringDescription
The variant of the Mark.
Type
"outline" | "solid" | "subtle" | "text-accent" | "unstyled"Default
"subtle"Edit this page on GitHub