Socket
Book a DemoInstallSign in
Socket

codecov-ui

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

codecov-ui

## Getting started

unpublished
latest
npmnpm
Version
0.1.14
Version published
Maintainers
1
Created
Source

Codecov UI

Getting started

Install

To install this library, run: yarn add codecov-ui.

Initialize

To use this Vue plugin in your project. Add the following to your main.ts:

import lib from 'codecov-ui'

Vue.use(lib)

You can also override the Styling inventory over here. You do this by passing it in the options here:

import lib, { Spacings } from 'codecov-ui'

Vue.use(lib, {
  inventory: {
    Colors: {
      primary: 'red',
      secondary: 'blue'
    },
    States: {
      positive: 'green',
      negative: 'red'
    },
    Theme: {
      padding: Spacings.m
    }
  }
})

FAQs

Package last updated on 10 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.