JSPM

react-paper-css

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q34317F
  • License ISC

React Components for PaperCSS

Package Exports

  • react-paper-css

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 (react-paper-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React PaperCSS

React Components for PaperCss

Install with NPM npm install --save react-paper-css

Demo (actual demo coming soon)

Docs

Usage

Just import whichever components you would like to use, like below:

import {PaperButton, PaperLayout, PaperCol, PaperForm, PaperInput, PaperSelect, PaperRadio, PaperCheckbox} from 'react-paper-css';