20CAKE20.JS
06-components

Components

23

06-components/02-children.tsx

Children

Example

Official Cake20 View example for children.

export default () => (
  <Panel title="New beginning">
    <p>Light the candles for age 20 once again.</p>
  </Panel>
);