New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@payapps/ui

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@payapps/ui

Payapps UI

Source
npmnpm
Version
1.0.30
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

ui

Payapps UI

NPM JavaScript Style Guide

Install

npm install --save ui

Usage

By default the UI needs the ThemeProvider wrapper. It'll take an optional theme prop for passing custom themes.

import React from 'react'
import { ThemeProvider, Button } from '@payapps/ui'

class Example extends Component {
  render() {
    <ThemeProvider>
      <Button onClick={handleClick} size="lg">Primary</Button>
      <Button type="secondary" loading={loading} success={success} size="lg">Secondary</Button>
      <Button type="tertiary" loading={loading} size="lg">Tertiary</Button>
      <p>Some text here and a <Button type="link" underline>link type button here</Button>.</p>
    </ThemeProvider>
  }
}

License

MIT © 3base

FAQs

Package last updated on 31 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts