Skip to content

Repository files navigation

PostBoot

Web app prototyping library based on Bootstrap framework.

Contents

  1. Compatibility
  2. Installation
    1. NPM
  3. Usage
    1. CDN
    2. Local
  4. Author
  5. License

Compatibility

LibraryVersion
Bootstrap>= 5.3

PostBoot does not overwrite any components of Bootstrap, but only extends most of them. You can use it completely safe.

Installation

NPM

npm install postboot

Usage

CDN

<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport" content="width=device-width, initial-scale=1"><title>PostBoot</title><!-- CSS --><linkhref="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"><linkhref="https://cdn.jsdelivr.net/npm/postboot/dist/css/postboot.min.css" rel="stylesheet"></head><body><h1>PostBoot</h1><!-- JS --><scriptsrc="https://cdn.jsdelivr.net/npm/bootstrap/dist/js/bootstrap.bundle.min.js"></script><scriptsrc="https://cdn.jsdelivr.net/npm/postboot/dist/js/postboot.min.js"></script></body></html>

Local

<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport" content="width=device-width, initial-scale=1"><title>PostBoot</title><!-- CSS --><linkhref="css/bootstrap.min.css" rel="stylesheet"><linkhref="css/postboot.min.css" rel="stylesheet"></head><body><h1>PostBoot</h1><!-- JS --><scriptsrc="js/bootstrap.bundle.min.js"></script><scriptsrc="js/postboot.min.js"></script></body></html>

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Web app prototyping library based on Bootstrap framework.

Topics

Resources

Stars

39 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages