File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,26 @@ At the moment, ember-cli-jquery-ui includes seven example components:
101
101
7 . ` jqui-spinner ` , which can be used in your application like this:
102
102
103
103
{{jqui-spinner value=num min=100 max=2000 step=100}} {{num}}
104
+
105
+ 8 . ` jqui-tabs ` , which can be used in your application like this:
106
+
107
+ {{#jqui-tabs}}
108
+ <ul>
109
+ <li><a href="#tabs-1">Nunc tincidunt</a></li>
110
+ <li><a href="#tabs-2">Proin dolor</a></li>
111
+ <li><a href="#tabs-3">Aenean lacinia</a></li>
112
+ </ul>
113
+ <div id="tabs-1">
114
+ <p>Proin elit arcu, ....</p>
115
+ </div>
116
+ <div id="tabs-2">
117
+ <p>Morbi tincidunt, ...</p>
118
+ </div>
119
+ <div id="tabs-3">
120
+ <p>Mauris eleifend ....</p>
121
+ <p>Duis cursus. ...</p>
122
+ </div>
123
+ {{/jqui-tabs}}
104
124
105
125
I would appreciate contributions of additional components wrapping jquery-ui widgets.
106
126
You can’t perform that action at this time.
0 commit comments