mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-10 19:26:39 +00:00
* filters visble on click * servicemap layout * headers added Icon changed * flex removed , we have max size for filter * added mixins * search input caption * PR commemts * changed colors to variables * lint fix small buttom style fix Co-authored-by: Leon <>
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 />
}
}