aboutsummaryrefslogtreecommitdiff
path: root/top_bar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'top_bar.style.js')
-rw-r--r--top_bar.style.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/top_bar.style.js b/top_bar.style.js
new file mode 100644
index 00000000..91b2e72b
--- /dev/null
+++ b/top_bar.style.js
@@ -0,0 +1,9 @@
+export default {
+ name: 'TopBar',
+ selector: 'nav',
+ validInnerComponents: [
+ 'Link',
+ 'Text',
+ 'Icon'
+ ]
+}