Layout
Used to divide the overall layout of the page.
Import
import { Layout } from 'raw-ui';Basic
API
Layout
| Prop | Description | Type | Default |
|---|---|---|---|
| ... | native props | React.HTMLAttributes | - |
Layout.Header
| Prop | Description | Type | Default |
|---|---|---|---|
| ... | native props | React.HTMLAttributes | - |
Layout.Sidebar
| Prop | Description | Type | Default |
|---|---|---|---|
| ... | native props | React.HTMLAttributes | - |
Layout.Content
| Prop | Description | Type | Default |
|---|---|---|---|
| ... | native props | React.HTMLAttributes | - |
Layout.Footer
| Prop | Description | Type | Default |
|---|---|---|---|
| ... | native props | React.HTMLAttributes | - |