1.0.0 • Published 6 years ago
@inline-elements/input v1.0.0
in-line
React inline-input
Install
npm install --save in-lineUsage
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
6 years ago