Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-rte-icons
- Owner: afeiship
- License: mit
- Created: 2021-01-25T05:24:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T06:01:31.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T22:53:51.796Z (3 months ago)
- Topics: editor, icon, icons, react, rich, rte, slate, wsui
- Language: SCSS
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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