@inline-elements/input

1.0.0 • Public • Published

in-line

React inline-input

NPM JavaScript Style Guide

Install

npm install --save in-line

Usage

import React, { Component } from 'react'

import MyComponent from 'in-line'
import 'in-line/dist/index.css'

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

To do:

  • [x] Initial publish
  • [ ] Refactor
  • [ ] Revert changes on escape
  • [ ] Make landing
  • [ ] Styles with styled-component
  • [ ] Add tests
  • [ ] Compare with existing solutions (motivation)

License

MIT © ignatif

Readme

Keywords

none

Package Sidebar

Install

npm i @inline-elements/input

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

19.8 kB

Total Files

7

Last publish

Collaborators

  • ignatif