UNPKG

uxcore-rich-text

Version:

uxcore-rich-text component for uxcore.

78 lines (55 loc) 2.1 kB
## uxcore-rich-text React rich text [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] [![Dependency Status][dep-image]][dep-url] [![devDependency Status][devdep-image]][devdep-url] [![NPM downloads][downloads-image]][npm-url] [![Sauce Test Status][sauce-image]][sauce-url] [npm-image]: http://img.shields.io/npm/v/uxcore-rich-text.svg?style=flat-square [npm-url]: http://npmjs.org/package/uxcore-rich-text [travis-image]: https://img.shields.io/travis/uxcore/uxcore-rich-text.svg?style=flat-square [travis-url]: https://travis-ci.org/uxcore/uxcore-rich-text [coveralls-image]: https://img.shields.io/coveralls/uxcore/uxcore-rich-text.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/uxcore/uxcore-rich-text?branch=master [dep-image]: http://img.shields.io/david/uxcore/uxcore-rich-text.svg?style=flat-square [dep-url]: https://david-dm.org/uxcore/uxcore-rich-text [devdep-image]: http://img.shields.io/david/dev/uxcore/uxcore-rich-text.svg?style=flat-square [devdep-url]: https://david-dm.org/uxcore/uxcore-rich-text#info=devDependencies [downloads-image]: https://img.shields.io/npm/dm/uxcore-rich-text.svg [sauce-image]: https://saucelabs.com/browser-matrix/uxcore-rich-text.svg [sauce-url]: https://saucelabs.com/u/uxcore-rich-text ### Development ```sh git clone https://github.com/uxcore/uxcore-rich-text cd uxcore-rich-text npm install npm run server ``` if you'd like to save your install time,you can use uxcore-tools globally. ```sh npm install uxcore-tools -g git clone https://github.com/uxcore/uxcore-rich-text cd uxcore-rich-text npm install npm run dep npm run start ``` ### Test Case ```sh npm run test ``` ### Coverage ```sh npm run coverage ``` ## Demo http://uxcore.github.io/components/rich-text ## Contribute Yes please! See the [CONTRIBUTING](https://github.com/uxcore/uxcore/blob/master/CONTRIBUTING.md) for details. ## API ## Props | Name | Type | Required | Default | Comments | |---|---|---|---|---| | content | string | options | "" | rich text content |