An open API service indexing awesome lists of open source software.

https://github.com/mathiaspius/bootstrap-dashboard-rs

Crate for rendering Bootstrap-based dashboards.
https://github.com/mathiaspius/bootstrap-dashboard-rs

Last synced: 10 days ago
JSON representation

Crate for rendering Bootstrap-based dashboards.

Awesome Lists containing this project

README

          

# bootstrap-dashboard

Batteries-included bootstrap-based dashboard template.

This crate provides structures and enums for rendering interactive dashboards based on [SB-Admin-2](https://startbootstrap.com/theme/sb-admin-2)

See [examples/example.rs](examples/example.rs) for usage instructions.

# License

This software is licensed under [MIT](LICENSE.md), but includes a number of similarly (yet separately) licensed projects:

* [Start Bootstrap Admin 2](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/f0309881ef82794a1bd6257cd321801bc38a0f3d/LICENSE)
* [Bootstrap 4.6](https://github.com/twbs/bootstrap/blob/main/LICENSE)
* [Chart.js v2.9.4](https://github.com/chartjs/Chart.js/blob/9bd4cf82fda9f50a5fb50b72843e06ab88124278/LICENSE.md)
* [Datatables](datatables.net/license)
* [jquery 3.6.0](jquery.org/license)
* [Font Awesome Free 5.15.3](https://fontawesome.com/license/free)
* [Nunito (Google Fonts)](https://fonts.google.com/specimen/Nunito/about)
* [HTMX](https://github.com/bigskysoftware/htmx/blob/8e26d12c33caf7dc99c49d4918e7b8abd8028f98/LICENSE)