Styleguide entry for Table, Configuration

This commit is contained in:
Michael Lange
2018-07-03 13:06:39 -07:00
parent f83b39838a
commit e17592edab
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
import Component from '@ember/component';
export default Component.extend({
attributes: {
key: 'val',
deep: {
key: 'val',
more: 'stuff',
},
array: ['one', 'two', 'three', 'four'],
very: {
deep: {
key: {
incoming: {
one: 1,
two: 2,
three: 3,
four: 'surprisingly long value that is unlike the other properties in this object',
},
},
},
},
},
});

View File

@@ -0,0 +1,3 @@
{{#freestyle-usage "table-configuration" title="Table, Configuration"}}
{{attributes-table attributes=attributes class="attributes-table"}}
{{/freestyle-usage}}

View File

@@ -80,6 +80,7 @@
{{/section.subsection}}
{{#section.subsection name="Table, Configuration"}}
{{freestyle/sg-table-configuration}}
{{/section.subsection}}
{{#section.subsection name="Timeline"}}