kubeshark/ui-common
leon-up9 433253a27b
font & padding change (#1108)
Co-authored-by: Leon <>
2022-05-24 12:09:13 +03:00
..
src font & padding change (#1108) 2022-05-24 12:09:13 +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 Introducing eslint (#1048) 2022-04-28 11:46:00 +03:00
package.json Add profiling tools (#1087) 2022-05-18 15:42:13 +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 ©