kubeshark/ui-common
AmitUp9 274fbeb34a
warning cleaning from console (#1187)
* warning cleaning from console

* code cleaning
2022-07-06 13:13:04 +03:00
..
src warning cleaning from console (#1187) 2022-07-06 13:13:04 +03:00
.editorconfig UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
.eslintignore Introducing eslint (#1048) 2022-04-28 11:46:00 +03:00
.prettierrc UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
.travis.yml UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
package-lock.json Recreate package-lock to remove "old" packages (#1152) 2022-06-16 13:04:38 +03:00
package.json Ui/TRA-4607 - replay mizu requests (#1165) 2022-07-03 09:48:56 +03:00
README.md UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00
tsconfig.json UI Splitting to common components (#883) 2022-03-15 18:45:43 +02:00

mizu-common

Made with create-react-library

NPM JavaScript Style Guide

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 />
  }
}

License

MIT ©