Getting Started
AppLayout supports a few layouts out of the box. For more details on all of the layouts check out our Guides page.
AppLayout
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
contentLayout | layout that the main content will have. Allowed values are: "center" , "full" | String | false | "center" |
navLayout | layout that the navigation will have. Allowed values are: "horizontal" , "vertical" | String | false | "horizontal" |
Slots
header
- slot should contain an App Bar or an App Headerrail
- slot should contain a Navigation Rail or an App Railfooter
- slot should contain a Footerdefault
- slot should the main app content. Slot content is contained within a.feather-container
therefore you can start using.feather-row
s to structure your content