kubeshark/ui-common
AmitUp9 11e8b5eb65
TRA_4437- disable line numbers checkbox when only one line in content (#1109)
* number of lines state added

* added useEffect to update to showLineNubers state dynamically

* small cr fixes
2022-05-24 15:07:40 +03:00
..
src TRA_4437- disable line numbers checkbox when only one line in content (#1109) 2022-05-24 15:07:40 +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 ©