in-line
React inline-input
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