Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 418 Bytes

File metadata and controls

33 lines (20 loc) · 418 Bytes

react-nbsp

Adds one or many non-breaking space characters into your JSX

Installation

npm install react-nbsp --save

Usage

var ReactNbsp = require('react-nbsp');

<ReactNbsp/>

or

import ReactNbsp from 'react-nbsp'

<ReactNbsp/>

Properties

  • count: PropTypes.number => defines how many non-breaking space characters will be output

License

Copyright (c) 2017 Kumsal Obuz.