+
+
+
\ No newline at end of file
diff --git a/src/example.js b/src/example.js
new file mode 100644
index 0000000..803894c
--- /dev/null
+++ b/src/example.js
@@ -0,0 +1,10 @@
+import * as riot from 'riot'
+
+import TinyNotification from './notification.riot'
+import ExampleActionButton from './example-action-button.riot'
+
+riot.register('tiny-notification', TinyNotification)
+riot.register('example-action-button', ExampleActionButton)
+
+riot.mount('tiny-notification')
+riot.mount('example-action-button')
\ No newline at end of file
diff --git a/src/example.scss b/src/example.scss
new file mode 100644
index 0000000..f616364
--- /dev/null
+++ b/src/example.scss
@@ -0,0 +1,2 @@
+@import
+ '../node_modules/@tiny-components/plain-ui/src/scss/plain-ui';
\ No newline at end of file
diff --git a/src/notification.riot b/src/notification.riot
index b22b8f5..d8ed179 100644
--- a/src/notification.riot
+++ b/src/notification.riot
@@ -1,9 +1,9 @@
-