New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

postboot

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postboot

HTML5 library that extends the Bootstrap framework.

Source
npmnpm
Version
1.0.0-beta
Version published
Weekly downloads
10
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

PostBoot

HTML5 library that extends the Bootstrap framework.

Contents

  • Installation
  • Usage
  • Author
  • License

Installation

Manually

Download package and unpack it or use following commands:

wget -O https://github.com/tarkhov/postboot/releases/download/v1.0.0-beta/postboot-1.0.0-beta.zip
unzip postboot-1.0.0-beta.zip

NodeJS

npm install postboot@1.0.0-beta

Bower

bower install postboot#v1.0.0-beta

Usage

Local

<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/postboot.min.css"/>

<!-- JS -->
<script src="js/postboot.min.js"></script>

CDN

<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdn.rawgit.com/tarkhov/postboot/v1.0.0-beta/dist/css/postboot.min.css"/>

<!-- JS -->
<script src="https://cdn.rawgit.com/tarkhov/postboot/v1.0.0-beta/dist/js/postboot.min.js"></script>

Author

Alexander Tarkhov

License

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

Keywords

bootstrap

FAQs

Package last updated on 22 Apr 2018

Related posts