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

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

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.