0.1.4 • Published 2 years ago

docusaurus-plugin-mindmap v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

docusaurus-plugin-mindmap

support to use mindmap in your website

GitHub Workflow Status (branch) npm npm GitHub top language GitHub

Install

npm i docusaurus-plugin-mindmap

Add plugin

  plugins: [
    ['mindmap', {}],
  ],

Quick Start

in *.mdx file

import Mindmap from '@theme/Mindmap';

<Mindmap
  content={`
- 前端
-- HTML
-- CSS
-- JS
--- 闭包
--- 原型链
`}
/>

Docs

https://xiguaxigua.com/docusaurus-plugin-mindmap

License

MIT

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago