使用法
import {
__experimentalDivider as Divider,
__experimentalText as Text,
__experimentalVStack as VStack,
} from `@wordpress/components`;
function Example() {
return (
<VStack spacing={4}>
<Text>Some text here</Text>
<Divider />
<Text>Some more text here</Text>
</VStack>
);
}
プロパティ
margin: number
インライン次元のすべてのマージンを調整します。
marginEnd: number
インラインエンドマージンを調整します。
marginStart: number
インラインスタートマージンを調整します。
orientation: horizontal | vertical
Dividerの向き。フレックスコンテナ内で使用する場合、Dividerがstretch
に整列していることを確認する必要があります。
継承されたプロパティ
Divider
は、すべてのSeparator
プロパティも継承します。