20CAKE20.JS
06-components

Components

23

06-components/03-named-content.tsx

Named Content

Example

Official Cake20 View example for named content.

export default () => (
  <PageShell
    header={<strong>CAKE20</strong>}
    footer={<small>A product for new beginnings</small>}
  >
    <h1>Home screen</h1>
  </PageShell>
);