# `PhoenixStorybook.Story.ExampleBehaviour`
[🔗](https://github.com/phenixdigital/phoenix_storybook/blob/v1.3.0/lib/phoenix_storybook/stories/story.ex#L193)

Behaviour implemented by any example story

# `container`

```elixir
@callback container() :: atom() | {atom(), [{atom(), String.t()}]}
```

# `extra_sources`

```elixir
@callback extra_sources() :: [String.t()]
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
