https://github.com/alanaktion/proboot
An opinionated Bootstrap 4 theme for web apps
https://github.com/alanaktion/proboot
bootstrap-theme bootstrap4-theme css-framework
Last synced: 6 months ago
JSON representation
An opinionated Bootstrap 4 theme for web apps
- Host: GitHub
- URL: https://github.com/alanaktion/proboot
- Owner: Alanaktion
- License: mit
- Created: 2018-07-13T16:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T21:15:03.000Z (7 months ago)
- Last Synced: 2025-07-09T07:54:01.728Z (6 months ago)
- Topics: bootstrap-theme, bootstrap4-theme, css-framework
- Language: SCSS
- Homepage: https://alanaktion.github.io/proboot/
- Size: 1.16 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proboot
_An opinionated Bootstrap 5 theme for web apps_
Out of the box, Bootstrap 5 is a very simplistic, unopinionated framework. For most cases, particularly when an existing UI style needs to be kept, this is excellent. Sometimes though, it's easier to start from a slightly prettier base. Proboot is designed to be a drop-in replacement for Bootstrap 5, intended to be implemented early-on in projects, and primarily aimed at complex UIs rather than clean landing pages.
## Usage
Install with npm/pnpm/bun:
```bash
pnpm install proboot
```
Then just include Proboot in your SCSS file:
```scss
@import "proboot/scss/proboot";
```
You can override any of the standard Bootstrap variables, and the Proboot ones, by defining them before importing proboot. If you only need certain components, they can be imported individually instead of including the main proboot file.