Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Blockquote

Blockquote は引用を表すコンポーネントです。デフォルトでは blockquote 要素をレンダリングします。

ソース@yamada-ui/typography

Props

BlockquoteProps

captionProps

説明

The props for the BlockquoteCaption component.

タイプ

HTMLUIProps<"figcaption">

cite

説明

The citation of the blockquote.

タイプ

type ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal

citeProps

説明

The props for the BlockquoteCite component.

タイプ

HTMLUIProps<"cite">

citeUrl

説明

The URL of the citation of the blockquote.

タイプ

string

colorScheme

説明

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"

contentProps

説明

The props for the BlockquoteContent component.

タイプ

HTMLUIProps<"blockquote">

icon

説明

The icon of the blockquote.

タイプ

type ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal

justify

説明

The alignment of the blockquote.

タイプ

"center" | "end" | "start"

デフォルト

start

size

説明

The size of the Blockquote.

タイプ

string

variant

説明

The variant of the Blockquote.

タイプ

"plain" | "solid" | "subtle"

デフォルト

"subtle"

withDash

説明

If true, the dash will be shown.

タイプ

boolean

デフォルト

false

BlockquoteContentProps

citeUrl

説明

The URL of the citation of the blockquote.

タイプ

string

BlockquoteCaptionProps

withDash

説明

If true, the dash will be shown.

タイプ

boolean

デフォルト

false

BlockquoteCiteProps

GitHubでこのページを編集する

HeadingEm