paypoint-components
v0.0.29
Published
This is an NPM package that houses all commonly used components between all PayPoint sites.
Downloads
47
Readme
PayPoint Components
This is an NPM package that houses all commonly used components between all PayPoint sites.
Installation
npm install --save paypoint-componentsUsage
Components are used by importing them into the PayPoint source.
Sass
Import the Sass component you want.
@import "~paypoint-components/src/sass/Header"JavaScript
Import the JavaScript component you want.
import Header from "paypoint-components/src/js/Header"