2.1.0 • Published 2 years ago

@propellerads/editable-field v2.1.0

Weekly downloads
139
License
MIT
Repository
github
Last release
2 years ago

EditableField

size npm.io

NPM | Github

Installation

  • yarn add @propellerads/editable-field or npm install @propellerads/editable-field -S

How to use

  • import EditableField from '@propellerads/editable-field';
  • And render
<EditableField
    isEditable
    isLoading={false}
    value="value"
    onFocus={() => console.log('onFocus')}
    onSave={() => console.log('onSave')}
    onCancel={() => console.log('onCancel')}
    onChange={(value) => console.log('onChange', value)}
    elementId="stories-default-view"
/>
2.1.0

2 years ago

2.0.0

2 years ago

1.5.0

2 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago