Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.04 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.04 KB

react-bootstrap-utils Node.js CI

NPM

A React implementation of Boostrap v4 components.

Docs and demo: https://assisrafael.github.io/react-bootstrap-utils/

Roadmap

  • [] 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

How to to run

Building the library

npm run build

Starting demo app

npm run start