🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@planview/pv-uikit

Package Overview
Dependencies
Maintainers
7
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planview/pv-uikit

Implementation of sharable components from Planview's Design System

7.34.1
latest
Source
npm
Version published
Weekly downloads
1.2K
12.05%
Maintainers
7
Weekly downloads
 
Created
Source

@planview/pv-uikit

React implementation of Planview Design System Components following the specification.

Go to the official documentation for more details

Setup

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

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

Usage

import * as React from 'react'
import { Avatar, AVATAR_SIZE_MEDIUM } from "@planview/pv-uikit"

function MyAvatar {
    return (
        <Avatar
            alt="Jordan's avatar"
            src="img/avatars/initial_avatar_DS.png"
        />
    )
)

Keywords

planview

FAQs

Package last updated on 07 May 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