### Examples
**More examples** are available on NorthStar Storybook.
```jsx
import Alert from 'aws-northstar/components/Alert';
import Stack from 'aws-northstar/layouts/Stack';
import Container from 'aws-northstar/layouts/Container';
Your instance has been successfully created
Review the documentation to learn more
Changing the configuration might require stopping the instance
You instance could not be stopped
```
```js
import Alert from 'aws-northstar/components/Alert';
import Stack from 'aws-northstar/layouts/Stack';
import Container from 'aws-northstar/layouts/Container';
Content
Content
Content
Content
```
```jsx
import Alert from 'aws-northstar/components/Alert';
import Stack from 'aws-northstar/layouts/Stack';
import Container from 'aws-northstar/layouts/Container';
Content
Content
Content
Content
```
```jsx
import Alert from 'aws-northstar/components/Alert';
import Stack from 'aws-northstar/layouts/Stack';
import Button from 'aws-northstar/components/Button'
import Container from 'aws-northstar/layouts/Container';
import Heading from 'aws-northstar/components/Heading';
const [count, setCount] = React.useState(0);
setCount(count+1)}
>
Content
Counter {count}
```