## Divider(仕切り) 内容を区切る仕切り線。 ### 基本的な使い方 異なる段落のテキストを分割します。 :::demo ```html ``` ::: ### カスタムコンテンツ 仕切り線の内容をカスタマイズすることができます。 :::demo ```html ``` ::: ### 縦Divider(仕切り) :::demo ```html ``` ::: ### Divider(仕切り)属性 | Attribute | Description | Type | Accepted Values | Default | |------------- |---------------- |---------------- |---------------------- |-------- | | direction | 仕切りの方向を設定 | string | horizontal / vertical | horizontal | | content-position | 仕切り線の内容をカスタマイズする | String | left / right / center | center |