mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
docs: add note on custom ID and classes
This commit is contained in:
parent
d5f9e03d47
commit
92ebec87dc
13
README.md
13
README.md
|
@ -93,6 +93,19 @@ Third Page Name|Third Tab Title
|
||||||
</tabbertransclude>
|
</tabbertransclude>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Custom IDs and class
|
||||||
|
You can configure the ID and class of the tabber element
|
||||||
|
```html
|
||||||
|
<tabber id="very-awesome-tabber" class="awesome-tabber">
|
||||||
|
|-|Awesome Tab Title 1=
|
||||||
|
Awesome first tab content goes here.
|
||||||
|
|-|Awesome Tab Title 2=
|
||||||
|
Awesome second tab content goes here.
|
||||||
|
|-|Awesome Tab Title 3=
|
||||||
|
Awesome third tab content goes here.
|
||||||
|
</tabber>
|
||||||
|
```
|
||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
Name | Description | Values | Default
|
Name | Description | Values | Default
|
||||||
:--- | :--- | :--- | :---
|
:--- | :--- | :--- | :---
|
||||||
|
|
Loading…
Reference in a new issue