@paperbits/core
Version:
Paperbits core components.
20 lines • 1.33 kB
HTML
<div id="blockStyleSelector" class="tools-paragraphstyle" role="listbox" data-bind="scrollable: true, listbox: {}">
<a role="option" class="tools-paragraph-style tools-paragraph-style-normal"
data-bind="activate: resetToNormal, focus: true">Normal</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h1"
data-bind="activate: toggleH1">Heading 1</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h2"
data-bind="activate: toggleH2">Heading 2</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h3"
data-bind="activate: toggleH3">Heading 3</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h4"
data-bind="activate: toggleH4">Heading 4</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h5"
data-bind="activate: toggleH5">Heading 5</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-h6"
data-bind="activate: toggleH6">Heading 6</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-normal"
data-bind="activate: toggleQuote">Quote</a>
<a role="option" class="tools-paragraph-style tools-paragraph-style-normal"
data-bind="activate: toggleFormatted">Formatted</a>
</div>