Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 919 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 919 Bytes

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