
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
@qiwi/pijma-mobile
Advanced tools
Pijma mobile UI components.
npm i --save @qiwi/pijma-mobile
yarn add @qiwi/pijma-mobile
import React from 'react'
import {cache, themes, fonts, reset, CacheProvider, ThemeProvider, Global, Button, TextField} from '@qiwi/pijma-mobile'
export const App = () => (
<CacheProvider value={cache}>
<ThemeProvider theme={themes.orange}>
<Global styles={[reset, fonts]}/>
<Button type="submit" kind="brand" size="accent" text="Button"/>
<TextField type="tel" name="phone" placeholder="+7 (987) 564-32-10"/>
<TextField name="phone" mask={['(', /\d/, /\d/, /\d/, ')', /\d/, /\d/, /\d/, '-', /\d/, /\d/, '-', /\d/, /\d/]}/>
</ThemeProvider>
</CacheProvider>
)
FAQs
Pijma mobile UI components.
The npm package @qiwi/pijma-mobile receives a total of 85 weekly downloads. As such, @qiwi/pijma-mobile popularity was classified as not popular.
We found that @qiwi/pijma-mobile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.