docsify-tabs

A docsify.js plugin for rendering tabbed content from markdown

Usage no npm install needed!

<script type="module">
  import docsifyTabs from 'https://cdn.skypack.dev/docsify-tabs';
</script>

README

docsify-tabs

NPM Codacy grade License: MIT jsDelivr Tweet

A docsify.js plugin for rendering tabbed content from markdown.

Screenshot

Features

  • Generate tabbed content using unobtrusive markup
  • Persist tab selections on refresh/revisit
  • Sync tab selection for tabs with matching labels
  • Style tabs using "classic" or "material" tab theme
  • Customize styles without complex CSS using CSS custom properties
  • Compatible with docsify-themeable themes

Limitations

  • Nested tabsets (i.e. tabs within tabs) are not supported
  • Tabs wraps when their combined width exceeds the content area width

Contact

License

This project is licensed under the MIT License. See the LICENSE for details.

Copyright (c) John Hildenbiddle (@jhildenbiddle)