bootstrap components for react-mobx-admin
npm install bstrap-react-mobx-adminBootstrap components for react-mobx-admin
See yourself an example of blogpost list table with sorting, pagination, filtering ...
It is raw ES6 lib, so you need bundler with transpiling (webpack with babel loader).
react-mobx-admin provides mobx stores
for data table-listing-filtering (list) and data manipulating (manip).
See README for details.
bstrap-react-mobx-admin provides
bootstrap based components for rendering this data stores
as well as input components for particular atributes manupulation etc.
Provided example shows all possible usecases.
``sh``
git clone https://github.com/vencax/bstrap-react-mobx-admin
cd bstrap-react-mobx-admin
npm i
make run
The application is now available at http://localhost:8080.