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.
- Host: GitHub
- URL: https://github.com/mathiaspius/bootstrap-dashboard-rs
- Owner: MathiasPius
- License: mit
- Created: 2023-06-03T13:50:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T21:45:05.000Z (about 2 years ago)
- Last Synced: 2025-10-31T00:44:00.743Z (9 months ago)
- Language: Rust
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)