JSPM

  • Created
  • Published
  • Downloads 1133
  • Score
    100M100P100Q115367F
  • License BSD-3-Clause

Implementation of Planview Design system grid components

Package Exports

  • @planview/pv-grid
  • @planview/pv-grid/es/index.js
  • @planview/pv-grid/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@planview/pv-grid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@planview/pv-grid (BETA)

React implementation of Planview Design System Grid following the specification.

Go to the official documentation for more details

Setup

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

  • With NPM
npm install @planview/pv-grid --save
  • With Yarn
yarn add @planview/pv-grid