Nhảy tới nội dung

Page

Page component: Component wrapper nội dung trang

Properties

Page

NameTypeDefaultDescription
childrenReactNode

Nội dung trang

resetScrollbooleantrue

Scroll lên đầu trang khi chuyển trang khi dùng với react-router

hideScrollbarbooleanfalse

Ẩn thanh scroll bar

Example

function HomePage(props){
return (
<Page>
<Input label="Label" helperText="Helper text" />
</Page>
);
}