JSPM

  • Created
  • Published
  • Downloads 52040
  • Score
    100M100P100Q204139F
  • License MIT

Buffetjs Custom Components

Package Exports

  • @buffetjs/custom

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

Readme

Buffet.js Custom

Getting Started

Installation

Using yarn

yarn add @buffetjs/custom
# Install the required dependencies
yarn add lodash prop-types react react-dom react-router-dom styled-components

or npm

npm install @buffetjs/custom --save
# Install the required dependencies
npm install lodash prop-types react react-dom react-router-dom styled-components --save