captionProps
説明
The props for the BlockquoteCaption component.
タイプ
HTMLUIProps<"figcaption">Yamada UIにスターをあげる
スターBlockquote は引用を表すコンポーネントです。デフォルトでは blockquote 要素をレンダリングします。
説明
The props for the BlockquoteCaption component.
タイプ
HTMLUIProps<"figcaption">説明
The citation of the blockquote.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
The props for the BlockquoteCite component.
タイプ
HTMLUIProps<"cite">説明
The URL of the citation of the blockquote.
タイプ
string説明
The visual color appearance of the component.
タイプ
"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"デフォルト
"gray"説明
The props for the BlockquoteContent component.
タイプ
HTMLUIProps<"blockquote">説明
The icon of the blockquote.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
The alignment of the blockquote.
タイプ
"center" | "end" | "start"デフォルト
start説明
The size of the Blockquote.
タイプ
string説明
The variant of the Blockquote.
タイプ
"plain" | "solid" | "subtle"デフォルト
"subtle"説明
If true, the dash will be shown.
タイプ
booleanデフォルト
false説明
The URL of the citation of the blockquote.
タイプ
string説明
If true, the dash will be shown.
タイプ
booleanデフォルト
falseGitHubでこのページを編集する