PostBoot
Web app prototyping library based on Bootstrap framework.
Contents
Compatibility
Library | Version |
---|---|
Bootstrap | >= 4.5.0 and < 5.0 |
PostBoot does not overwrite any components of Bootstrap, but only extends most of them. You can use it completely safe.
Version support
Bootstrap | Repo |
---|---|
4.x | 1.x |
Installation
NodeJS
npm install postboot
Manually
Download package and unpack it or use following commands:
wget -O https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip
unzip postboot.zip
Usage
Local
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/postboot.min.css"/>
<!-- JS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/postboot.min.js"></script>
CDN
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/css/postboot.min.css">
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/js/postboot.min.js"></script>
Author
Alexander Tarkhov
License
This project is licensed under the MIT License - see the LICENSE
file for details.
Upcoming features
.navbar-container
..font-size-1
to.fs-1
. - https://github.com/twbs/bootstrap/issues/27365.font-weight-normal
like classes to.fw-400
..breadcrumb-light
color scheme.polyfills
Since you have removed jquery I expect that you use babel polyfills for ES6 and some Node patching polyfills from somelwhere else. Am I right?
Can you describe you solution related to plyfills in several words? Who is responcible to load them, which should be load and etc..
Цвета
Удаление цветов весьма огорчает. Понятно, что без них библиотека сильно похудела, что здорово, но это была киллер-фича. Возвращать вы их вряд ли будете, форкать и поддерживать, добавляя все последующие изменения кроме этих, сильно не хочется. Недолго длилось счастье. :-( Если всё-таки возможно, обдумайте, пожалуйста, какой-то компромиссный вариант, например, вынос в дополнительный стиль.
Make examples responsive for following articles
Border
Button
Card
Collapse
Dropdown
Flex
Grid
List group
Nav
Navbar
Position
Sidebar
Size
Text
Typography
Add copy button to source code examples
Add vertical progress percent transform