Adds one or many non-breaking space characters into your JSX
npm install react-nbsp --save
var ReactNbsp = require('react-nbsp');
<ReactNbsp/>
or
import ReactNbsp from 'react-nbsp'
<ReactNbsp/>
- count: PropTypes.number => defines how many non-breaking space characters will be output
Copyright (c) 2017 Kumsal Obuz.