feat: flex component, document higher-order layout components
This commit is contained in:
parent
87b803790c
commit
2718ab9019
7 changed files with 153 additions and 33 deletions
|
@ -25,8 +25,15 @@ export const defaultContentPageLayout: PageLayout = {
|
|||
left: [
|
||||
Component.PageTitle(),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.Flex({
|
||||
components: [
|
||||
{
|
||||
Component: Component.Search(),
|
||||
grow: true,
|
||||
},
|
||||
{ Component: Component.Darkmode() },
|
||||
],
|
||||
}),
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue