```jsx
  <View activePanel="group">
    <Panel id="group">
      <PanelHeader>
        Group
      </PanelHeader>
      <Group title="Group title" description="Group description. Lorem ipsum dolor sit amet, consectetur adipisicing elit.">
        <List>
          <Cell>
            One
          </Cell>
          <Cell>
            Two
          </Cell>
          <Cell>
            Three
          </Cell>
        </List>
      </Group>
    </Panel>
  </View>
```
