react-inline-block

2.1.3 • Public • Published

react-inline-block

InlineBlock element for React

A div with display set to inline-block

Install

$ npm i --save react-inline-block

Usage

<InlineBlock>
  hello
</InlineBlock>
// => <div style={{display: 'inline-block'}}> hello </div>

Notes

The inline-block display value is set on the style prop.

The following

<InlineBlock style={{display: 'block'}}> </InlineBlock>

will still render a div with display: inline-block.

Contributing

$ git clone git@github.com:zippyui/react-inline-block.git
cd react-inline-block
$ npm install
$ npm run dev

License

MIT

Package Sidebar

Install

npm i react-inline-block

Weekly Downloads

3,880

Version

2.1.3

License

MIT

Last publish

Collaborators

  • zippyui