The whole site, bar the 404: a muiMaterial hero over one muiMaterial band per section.
Usage
mui_home_page(items, config = mui_config())Arguments
- items
Items by section id.
- config
The site configuration; see
mui_read_config().
Details
The bands are not named here. Each one is a sections entry in mui.config.yml - its id,
its kicker and title, and the SECTION_VARIANTS key that says how to draw it - so the
page's shape, order and words are configuration. The id it carries is the same one the
app bar anchors at and the hero's scroll cue points to, which is what lets a section be
renamed or added without touching R.
There is no ThemeProvider here: mui_app_shell() wraps the whole page in one, so the
hero and the bands render under the same theme as the chrome around them.
See also
Other home:
mui_accordion(),
mui_card(),
mui_hero(),
mui_hex_grid(),
mui_hex_layout(),
mui_list(),
mui_prose(),
mui_showcase()