FriendsOfFlarum / bbcode-tabs

Add tabs to your posts by using BBCode tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBCode Tabs by FriendsOfFlarum

License Latest Stable Version OpenCollective Donate

A Flarum extension. Add tabs to your posts by using BBCode tags.

Usage

[tabs]
    [tab="hi"]Hi[/tab]
    [tab="hello"]Hello[/tab]
[/tabs]

To make a tag active by default:

[tab="[NAME]" active="[ANYTHING]"]...[/tab]
[tab name="[NAME]" active="[ANYTHING]"]...[/tab]

Installation

Install with composer:

composer require fof/bbcode-tabs:"*"

Updating

composer update fof/bbcode-tabs

Links

An extension by FriendsOfFlarum.

About

Add tabs to your posts by using BBCode tags

License:MIT License


Languages

Language:JavaScript 36.8%Language:Less 32.0%Language:PHP 31.1%