使用法
import { Placeholder } from '@wordpress/components';
import { more } from '@wordpress/icons';
const MyPlaceholder = () => <Placeholder icon={ more } label="Placeholder" />;
プロパティ
className: string
コンテナ div に設定するクラス。
icon: string|Function|Component|null
提供された場合、ラベルの横にアイコンをレンダリングします。
instructions: string
プレースホルダーの指示。
isColumnLayout: boolean
プレースホルダーの子要素のレイアウトを flex-row から flex-column に変更します。
label: string
プレースホルダーのタイトル。
notices: ReactNode
レンダリングされた通知のリスト
preview: ReactNode
プレースホルダーにレンダリングされるプレビュー。
withIllustration: boolean
プレースホルダーのイラストを出力します。
- 必須: いいえ