1.0.0 • Published 5 years ago

@inline-elements/input v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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:

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

License

MIT © ignatif