mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 12:41:44 +00:00
* Major npm packages update * npm i command added to dockerfile * globally install npm new version * remove the packages lock file copy * package-lock commit and dockerfile revert changes * space removal Co-authored-by: Roee Gadot <roee.gadot@up9.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 />
}
}