captionProps
Description
The props for the BlockquoteCaption component.
Type
HTMLUIProps<"figcaption">Leave Yamada UI a star
StarBlockquote is a component that represents a blockquote. By default, it renders a blockquote element.
Description
The props for the BlockquoteCaption component.
Type
HTMLUIProps<"figcaption">Description
The citation of the blockquote.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
The props for the BlockquoteCite component.
Type
HTMLUIProps<"cite">Description
The URL of the citation of the blockquote.
Type
stringDescription
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
"gray"Description
The props for the BlockquoteContent component.
Type
HTMLUIProps<"blockquote">Description
The icon of the blockquote.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
The alignment of the blockquote.
Type
"center" | "end" | "start"Default
startDescription
The size of the Blockquote.
Type
stringDescription
The variant of the Blockquote.
Type
"plain" | "solid" | "subtle"Default
"subtle"Description
If true, the dash will be shown.
Type
booleanDefault
falseDescription
The URL of the citation of the blockquote.
Type
stringDescription
If true, the dash will be shown.
Type
booleanDefault
falseEdit this page on GitHub