mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-06 11:05:08 +00:00
* initial commit * removing files * after pr * move StatusBar to common * last changes from dev * update common-ui * webSocket was added to TrafficViewerApi * useWS * actionButtons added to TrafficV * comment clean * api clean up * api clean up * statusbar position changed * Checkbox changed * AnalyzeButton exported to common * CustomModal added from Ent * oas modal exported to common * removed redundant * oasmodal usage * es6 function * api changed * removed react-scripts Co-authored-by: Leon <>
31 lines
598 B
Markdown
31 lines
598 B
Markdown
# mizu-common
|
|
|
|
> Made with create-react-library
|
|
|
|
[](https://www.npmjs.com/package/liraz-test) [](https://standardjs.com)
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm install --save @up9/mizu-common
|
|
```
|
|
|
|
## Usage
|
|
|
|
```tsx
|
|
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 />
|
|
}
|
|
}
|
|
```
|
|
|
|
## License
|
|
|
|
MIT © [](https://github.com/)
|