@16g/react-simple-format

1.0.2 • Public • Published

@16g/react-simple-format npm version CircleCI

Simple format component like Ruby on Rails simple_format inspired by rilkevb/react-simple-format

Installation

npm i --save @16g/react-simple-format

Usage

import SimpleFormat from '@16g/react-simple-format';

const text = "paragraph\n\nand another one";

<SimpleFormat text={text} />

Props

Props Type Default Description
text string undefined Text will be formatted simply
wrapperTag string 'p' HTML tag wraps paragraph of text
prefix node undefined Node prepended to paragraph
postfix node undefined Node appended to paragraph

Dependents (0)

Package Sidebar

Install

npm i @16g/react-simple-format

Weekly Downloads

46

Version

1.0.2

License

MIT

Unpacked Size

7.08 kB

Total Files

5

Last publish

Collaborators

  • 16g