mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-06 17:27:24 +00:00
* added serviceModal & selectList & noDataMessage removed leftovers from split * scroll fix * sort by name * search alightment * space removed * margin-bottom * utils class Co-authored-by: Leon <> Co-authored-by: Igor Gov <iggvrv@gmail.com>
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 />
}
}