npm.io
0.0.1 • Published 3 years ago

@murasoftware/react-bootstrap-editable

Licence
ISC
Version
0.0.1
Deps
3
Size
37 kB
Vulns
0
Weekly
0
Stars
9

React Bootstrap Editable

Clean editable bootstrap components for react. Ajax support! Check the documentation

All feedback is highly appreciated. If you have any suggestions, want to see a feature implemented or face any bugs, don't hesitate to submit an issue

Installation

npm i react-bootstrap-editable

You will also need bootstrap4's CSS in your project

Changelog:

0.8.0:
  • Removed reactstrap dependency
0.7.0:
  • React hooks
  • File size reduced to 8kb
0.6.0:
  • Reduced bundle size to 16kb
  • Custom buttons
0.5.0:
  • Reduced bundle size by 50%
  • id prop now accepts both strings and numbers
  • FontAwesome is now included in the dist
  • Updated Storybook (code snippets now work properly)
  • Added an interactive demo on Storybook, check it out here
0.4.0:
  • Added className prop
  • Updating initialValue prop without remounting now updates the editable value
  • Date editable accepts any string, parsing to Date object is done internally
  • Loading spinner for ajax using the new BS4 Spinners
  • Added File editable
  • Popover mode added
  • Added Text Area editable
  • Removed col size props, the editable now automatically takes full width of parent container
  • Editable now uses flexbox to perfectly fit the items in whatever space is available
0.3.0:
  • Switched components to use form rows instead of inline forms
  • Added props to control col width for the input and controls
  • Added label and id props
  • All combinations of the disabled, clickable and label props now work together
  • Beefed up documentation

Keywords