diff --git a/docs/pages/components/state.md b/docs/pages/components/state.md
new file mode 100644
index 0000000..e9bd35f
--- /dev/null
+++ b/docs/pages/components/state.md
@@ -0,0 +1,51 @@
+---
+title: 'Components: State - Sloth.css'
+description: State component of Sloth.css.
+---
+
+## State
+
+The state component can be used for areas that indicate a certain state for users to get information,
+that something is missing or needs to be done first to achieve a goal.
+
+### Empty state
+
+Use the `.state.empty` classes for a placeholder section which awaits user input to show a result.
+
+
+
+
+
You have no playlists
+
Click the button to start collecting songs
+
+
+
+
+```html
+
+
+
You have no playlists
+
Click the button to start collecting songs
+
+
+```
+
+### Highlighted state
+
+Use the `.state.highlighted` classes for an accentuated section e.g. which awaits a user action like a drag and drop target area.
+
+