Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

asteffey/react-nbsp

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • CSS 21.4%
  • HTML 17.3%