Description
Styled lists.
Attributes
-
type – name of icon used as bullet. Checkout all available iconsĀ here.
Example:
type=check
Default:arrow
Demo
- First
- Second
- Third
Source
[code lang=”html”] [ssc] <ul><li>First</li>
<li>Second</li>
<li>Third</li>
</ul>
[/ssc] [/code]


