react-editable-title
An editable title implementation for react.
Installation
npm install react-editable-title
Usage
Features
You can enable/disable both edit button and control buttons of component.
You can specify which placeholder you would like to present on the input element. It is set to be 'Type here' as default.
Component also can be controlled by keys. Hit 'Enter' to save or 'Esc' to cancel your edit.
Styling
As default, semantic-ui has utilized on this component. It will render via that styling as out of the box but you always can override it with your own css rules.