diff --git a/server/documents/elements/divider.html.eco b/server/documents/elements/divider.html.eco index 72329eba7..e42ddb3c4 100755 --- a/server/documents/elements/divider.html.eco +++ b/server/documents/elements/divider.html.eco @@ -4,10 +4,14 @@ css : 'divider' title : 'Divider' description : 'A divider visually segments content into separate groups' type : 'UI Element' + +element : 'divider' +elementType : 'element' +themes : ['default'] --- <%- @partial('header') %> - +
diff --git a/server/documents/elements/header.html.eco b/server/documents/elements/header.html.eco index b7f529d15..3c8ef94ea 100755 --- a/server/documents/elements/header.html.eco +++ b/server/documents/elements/header.html.eco @@ -4,16 +4,20 @@ css : 'header' title : 'Header' description : 'Headers provide a short summary of content' type : 'UI Element' + +element : 'header' +elementType : 'element' +themes : ['default', 'bookish'] --- <%- @partial('header') %> - +
diff --git a/server/documents/elements/icon.html.eco b/server/documents/elements/icon.html.eco index bcc559cd8..04d213b79 100755 --- a/server/documents/elements/icon.html.eco +++ b/server/documents/elements/icon.html.eco @@ -4,6 +4,9 @@ css : 'icon' title : 'Icon' description : 'An icon is a glyph used to represent another concept more simply' type : 'UI Element' + +element : 'icon' +elementType : 'element' --- <%- @partial('header') %> diff --git a/server/documents/elements/input.html.eco b/server/documents/elements/input.html.eco index 410633f56..7a8175ee0 100755 --- a/server/documents/elements/input.html.eco +++ b/server/documents/elements/input.html.eco @@ -4,9 +4,14 @@ css : 'input' title : 'Input' description : 'Inputs allow a user to enter information' type : 'UI Element' + +element : 'input' +elementType : 'element' +themes : ['default'] --- <%- @partial('header') %> +
@@ -114,7 +119,7 @@ type : 'UI Element'
- +

Transparent

A transparent input has no background

diff --git a/server/partials/header.html.eco b/server/partials/header.html.eco index 331eea04c..8565fef08 100755 --- a/server/partials/header.html.eco +++ b/server/partials/header.html.eco @@ -33,11 +33,11 @@ <% end %>
+ <% end %>
Download
- <% end %>