mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-28 20:06:36 +00:00
* pie chart for protocols and methods by requests and volume * protocols legend * methods legend * pie chart component * code refactor * no message Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.prettierrc | ||
.travis.yml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
mizu-common
Made with create-react-library
Install
npm install --save @up9/mizu-common
Usage
import React, { Component } from 'react'
import MyComponent from 'l@up9/mizu-common'
import '@up9/mizu-common/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}