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

@pijma/status

Package Overview
Dependencies
Maintainers
5
Versions
29
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

@pijma/status

Pijma status

unpublished
latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
5
Created
Source

@pijma/status

Select status

Installation

yarn add @pijma/status

npm i @pijma/status

Usage

import { Status } from '@pijma/status'
import { DontCareProvider } from '@pijma/dont-care-provider'

const App = () => {
  return (<DontCareProvider theme="b2c">
      <Status 
          actions={<Button iconWidth={24} iconHeight={24} startIcon={IconB2CStar} size="l" variant="contained" text="Сохранить в избранном" />} 
          content={<Paragraph align="center" size="m">Платеж №6384589229966 на 100 р</Paragraph>} 
          title={'Платеж проведен'} 
          icon={<IconB2CSuccess width={60} height={60} color={b2cLight.common.color.textSuccess} />
        }>
        <Paragraph align="center" size="m">Чек о совершенном платеже и подробные реквизиты
        </Paragraph>
      </Status>
</DontCareProvider>)
}

See more on Storybook

FAQs

Package last updated on 22 Mar 2023

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