### Examples
**More examples** are available on NorthStar Storybook.
```jsx
import Container from 'aws-northstar/layouts/Container';
import Text from 'aws-northstar/components/Text';
This is my text body...
```
```jsx
import Container from 'aws-northstar/layouts/Container';
import Text from 'aws-northstar/components/Text';
import Button from 'aws-northstar/components/Button';
Footer content}
headerContent={Header content}
actionGroup={}
>
This is my text body...
```