JSPM

@jswork/wsui-rte-icons

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q35516F
  • License MIT

Rich editor icons for wsui.

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.

version license size download

installation

npm i @jswork/wsui-rte-icons

usage

// 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.