@planview/pv-uikit
TypeScript icon, indicating that this package has built-in type declarations

7.12.1 • Public • Published

@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@^5.0.0 --save # peerDependency
npm install @planview/pv-uikit --save
  • With Yarn
yarn add styled-components@^5.0.0 # peerDependency
yarn add @planview/pv-uikit

If you are using TypeScript, be sure to also install @types/styled-components as a devDependency

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"
        />
    )
)

Package Sidebar

Install

npm i @planview/pv-uikit

Weekly Downloads

1,557

Version

7.12.1

License

BSD-3-Clause

Unpacked Size

4.39 MB

Total Files

2213

Last publish

Collaborators

  • dougneiner
  • mikiz2000
  • dwikmans
  • olled
  • ptyagipv
  • gaganm
  • peterengstedt
  • pgoagent