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>
| ReactPortal
Description
The props for the BlockquoteCite
component.
Type
HTMLUIProps<"cite">
Description
The URL of the citation of the blockquote.
Type
string
Description
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>
| ReactPortal
Description
The alignment of the blockquote.
Type
"center" | "end" | "start"
Default
start
Description
The size of the Blockquote.
Type
string
Description
The variant of the Blockquote.
Type
"plain" | "solid" | "subtle"
Default
"subtle"
Description
If true
, the dash will be shown.
Type
boolean
Default
false
Description
The URL of the citation of the blockquote.
Type
string
Description
If true
, the dash will be shown.
Type
boolean
Default
false
Edit this page on GitHub