1.0.0 • Published 5 years ago
@inline-elements/input v1.0.0
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:
- Initial publish
- Refactor
- Revert changes on escape
- Make landing
- Styles with styled-component
- Add tests
- Compare with existing solutions (motivation)
License
MIT © ignatif
1.0.0
5 years ago