Package Exports
- @jswork/wsui-rte-icons
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jswork/wsui-rte-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wsui-rte-icons
Rich editor icons for wsui.
installation
npm i @jswork/wsui-rte-iconsusage
// use sass
@import '~@jswork/wsui-rte-icons/dist/index.scss';
// use css
@import '~@jswork/wsui-rte-icons/dist/style.css';<section class="wsui-rte-icons">
<button class="wsui-icon-undo is-active"></button>
<button class="wsui-icon-redo"></button>
<!-- ... -->
</section>icons
| name | description |
|---|---|
| undo | - |
| redo | - |
| unordered-list-item | - |
| ordered-list-item | - |
| blockquote | - |
| bold | - |
| italic | - |
| underline | - |
| strikethrough | - |
| code | - |
| link | - |
| remove-link | - |
| image | - |
| cancel | - |
| accept | - |
| align_left | - |
| align_center | - |
| align_right | - |
| align_justify | - |
resources
license
Code released under the MIT license.