react-semantic-cvss

1.0.12 • Public • Published

react-semantic-cvss

CVSS calculator for React.Js apps. Styled using semantic UI

NPM JavaScript Style Guide

Install

npm install --save react-semantic-cvss

Usage

const App = () => {
  return (
    <CVSSCalc
      title={"Common Vulnerability Scoring System"}
      vector={cvssString}
      readOnly={false}
      isShowPopups={false}
      onChange={(output) => cvssOnChange(output)}
    />
  )
}

License

MIT © RidRupasinghe

Readme

Keywords

none

Package Sidebar

Install

npm i react-semantic-cvss

Weekly Downloads

2

Version

1.0.12

License

MIT

Unpacked Size

285 kB

Total Files

6

Last publish

Collaborators

  • rid_rupasinghe