Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-bootstrap-grid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-bootstrap-grid

use Bootstrap grip in gitbook

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Gitbook Bootstrap Grid Plugin

Enable using Bootstrap Grid in your books

Install

open book.json, add bootstrap-grid in "plugins"

{
    "plugins": [ "other-plugin", "bootstrap-grid" ]
}

Usage

Use it like using bootstrap, add row blocks then col blocks.

{% row %}
    {% col %}
        col body 

    {% col %}
        col body 

{% endrow %}

col blocks has one argument which is bootstrap col variants like col-size-n. The the size-n as the argument. If the argument is undefined then the class is col

{% row %}
    {% col "lg-6" %}
        col body 

    {% col "lg-6" %}
        col body 
{% endrow %}

The arguments of blocks have to add "", otherwise the value will be NaN

FAQs

Package last updated on 14 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc