Made with create-react-library
npm install mermaid-react> Made with create-react-library
 
``bash`
npm install --save mermaid-react
`tsx
import React from 'react'
import MermaidReact from 'mermaid-react'
const t =
pie title Pets adopted by volunteers
"Dogs" : 386
"Cats" : 85
"Rats" : 15
const App = () => {
return
}
export default App
``
MIT © vv13