1.1.4 • Published 4 years ago

test1-components v1.1.4

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

PP Components

To get started developing Mini Apps with a rich user experience, PayPay provides a set of custom elements that are purely based on web standards. These components are optimized and tested to run on mobile browsers and webviews. The look and feel reflects PayPay's design system out of the box.

Features:

  • Works with any JS framework
  • Seamlessly matches PayPay's design
  • Customizable with CSS

The custom elements can be used like any other HTML tag, i.e.:

<pp-button btn-type="primary" size="sm" pill>I am a demo</pp-button>

Usage

Add @paypay/pp-components to your project by running the following command:

npm install @paypay/pp-components