使用法
import { __experimentalScrollable as Scrollable } from '@wordpress/components';
function Example() {
return (
<Scrollable style={ { maxHeight: 200 } }>
<div style={ { height: 500 } }>...</div>
</Scrollable>
);
}
プロパティ
children: ReactNode
子要素。
scrollDirection: string
コンテンツがオーバーフローしたときに特定の軸のためのスクロールバーをレンダリングします。
smoothScroll: boolean
(CSS) スムーズスクロールを有効にします。
- 必須: いいえ
- デフォルト:
false