A React implementation of Boostrap v4 components.
Docs and demo: https://assisrafael.github.io/react-bootstrap-utils/
- [] Smartable
- [] Form Range
- [] Form generation based on a configuration option
- [] Input help
- [] Input reset based on other fields
- [] Input Masks
- [] Input groups
- [] Hide/show form inputs
- [] Keyboard navigation on FormAutocomplete
- [] Automatic input id
- [] Subforms
- [] Sidebar
- [] Stepper
- [] Tree
- [] Button group
- [] Accordion (expansion panel)
- [] Progress bar
- [] Tooltip
- [] Popovers
- [] Table with row details
- [] Table footer (sums, counters, etc)
- [] Table with sticky footer
- [] Table with sticky columns
- [] Table with sticky header
Building the library
npm run buildStarting demo app
npm run startMake sure the master branch is updated (git pull) and make sure all new commits (or expected commits) are included. Suggested log visualization:
git log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s - %C(blue)%an%Creset, %C(white)%ar%Creset'On the terminal, run the command:
npm run releasefollowed by:
git push --follow-tags origin master && npm publishCheck the repository on Github, verifying the newly created tag
