UNPKG

react-nbsp

Version:

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

34 lines (20 loc) 418 B
# 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.