Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/wsui-rte-icons

Rich editor icons for wsui.
https://github.com/afeiship/wsui-rte-icons

editor icon icons react rich rte slate wsui

Last synced: about 1 month ago
JSON representation

Rich editor icons for wsui.

Awesome Lists containing this project

README

        

# wsui-rte-icons
> Rich editor icons for wsui.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm i @jswork/wsui-rte-icons
```

## usage
```scss
// use sass
@import '~@jswork/wsui-rte-icons/dist/index.scss';
// use css
@import '~@jswork/wsui-rte-icons/dist/style.css';
```

```html



```

## 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
- https://react-rte.org/demo
- https://github.com/sstur/react-rte/blob/master/src/ui/IconButton.css

## license
Code released under [the MIT license](https://github.com/afeiship/wsui-rte-icons/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/wsui-rte-icons
[version-url]: https://npmjs.org/package/@jswork/wsui-rte-icons

[license-image]: https://img.shields.io/npm/l/@jswork/wsui-rte-icons
[license-url]: https://github.com/afeiship/wsui-rte-icons/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-rte-icons
[size-url]: https://github.com/afeiship/wsui-rte-icons/blob/master/dist/wsui-rte-icons.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-rte-icons
[download-url]: https://www.npmjs.com/package/@jswork/wsui-rte-icons