0.1.3 • Published 4 years ago

gitbook-plugin-tabs2 v0.1.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

This GitBook plugin allows content to be grouped by using tabs. It's based on Twitter Bootstrap v3.

Example

{% tabs %}

{% tab title="tab1_title" %}
Content for first tab ...
{% endtab %}

{% tab title="tab2_title" %}
Content for second tab ...
{% endtab %}

{% endtabs %}

Changelog

  • 0.1.2: fix tabs style
  • 0.1.2: Initial release