Socket
Book a DemoInstallSign in
Socket

@planview/pv-utilities

Package Overview
Dependencies
Maintainers
7
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planview/pv-utilities

Set of shared utilities from Planview's Design System

4.24.0
latest
Source
npmnpm
Version published
Weekly downloads
630
-46.52%
Maintainers
7
Weekly downloads
 
Created
Source

@planview/pv-utilities

Implementation of Planview Design System Utilities following the specification.

Go to the official documentation for more details

Setup

You can install @planview/pv-utilities in multiple ways:

  • With NPM
npm install styled-components --save # peerDependency
npm install @planview/pv-utilities --save
  • With Yarn
yarn add styled-components # peerDependency
yarn add @planview/pv-utilities

Usage

import React from 'react'
import styled from 'styled-components'
// Set of elemental, reusable styles such as colors, sizes, spacing, text...
import { color, size } from '@planview/pv-utilities'

// You can use pv-utilities with a styled component...
const StyledButton = styled.div`
    background-color: ${color.greenRegular};
`

function Component() {
    return (
        // ...or with a regular dom element
        <div style={{ padding: `${spacing.small}px` }}>
            <StyledButton>Click me</StyledButton>
        </div>
    )
}

Keywords

planview

FAQs

Package last updated on 27 Aug 2025

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.