1.4.0 • Published 4 years ago

@ecoenghk/divinline v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@ecoenghk/divinline

React component with children inline

NPM JavaScript Style Guide

Install

npm install --save @ecoenghk/divinline

Usage

import React, { Component } from 'react'

import DivInline from '@ecoenghk/divinline'
import '@ecoenghk/divinline/dist/index.css'

class Example extends Component {
  render() {
    return <DivInline>{children}</DivInline>
  }
}

License

MIT © ecoenghk

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago