Created
March 29, 2012 16:56
-
-
Save Iheartweb/2239893 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div data-lu="Switcher" data-lu-config="{ | |
| 'Switcher': { | |
| states: ['a', 'b', 'c'] | |
| } | |
| }"> | |
| <ul><!-- list items --></ul> | |
| <br/> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: 'a' | |
| } | |
| }" type="button">A</button> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: 'b' | |
| } | |
| }" type="button">B</button> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: 'c' | |
| } | |
| }" type="button">C</button> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: 'd' | |
| } | |
| }" type="button">D</button> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: 'a b' | |
| } | |
| }" type="button">AB</button> | |
| <button data-lu="Button:Switch" data-lu-config="{ | |
| 'Button:Switch': { | |
| states: ['a', 'b', 'c'] | |
| } | |
| }" type="button">A/B/C</button> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment