Web app prototyping library based on Bootstrap framework.
| Library | Version |
|---|---|
| Bootstrap | >= 5.3 |
PostBoot does not overwrite any components of Bootstrap, but only extends most of them. You can use it completely safe.
npm install postboot<!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><!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>This project is licensed under the MIT License - see the LICENSE file for details.