1.0.7 • Published 5 years ago

react-add-space v1.0.7

Weekly downloads
104
License
ISC
Repository
github
Last release
5 years ago

REACT ADD SPACE

A very trivial package to space your elements in react

npm version

Build Status

How to use

npm install --save react-add-space

Quick Start

import React from 'react';
import Spacer from 'react-add-space';

const myComponent = () => {
    return(
        <div>
            Hello I need space here
            // instead of &nbsp; &nbsp;

            <Spacer amount={2} />
            and some more space here
            <Spacer amount={8} />
        </div>
    )
}

Contributing

We welcome your Pull Requests

Clone

git clone https://github.com/AGMETEOR/react-add-space.git
cd react-add-space

Run

npm install
npm start

Tests

npm run test

License Licensed under MIT

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago