README
Inline-edit
A component for displaying and editing values in fields.
Installation
yarn add @atlaskit/inline-edit
Usage
Detailed docs and example usage can be found here.
An inline edit displays a custom input component that switches between reading and editing on the same page.
<script type="module">
import atlaskitInlineEdit from 'https://cdn.skypack.dev/@atlaskit/inline-edit';
</script>
A component for displaying and editing values in fields.
yarn add @atlaskit/inline-edit
Detailed docs and example usage can be found here.