Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiwi/pijma
Yet another user interface components library. Weird. Slow. Our own.
https://github.com/qiwi/pijma
react ui
Last synced: 4 days ago
JSON representation
Yet another user interface components library. Weird. Slow. Our own.
- Host: GitHub
- URL: https://github.com/qiwi/pijma
- Owner: qiwi
- License: mit
- Created: 2018-07-04T06:12:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:51:58.000Z (21 days ago)
- Last Synced: 2024-11-07T23:42:33.092Z (8 days ago)
- Topics: react, ui
- Language: TypeScript
- Homepage:
- Size: 111 MB
- Stars: 32
- Watchers: 13
- Forks: 28
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pijma
[![Build Status](https://travis-ci.com/qiwi/pijma.svg?branch=master)](https://travis-ci.com/qiwi/pijma)
[![Known Vulnerabilities](https://snyk.io/test/github/qiwi/pijma/badge.svg)](https://snyk.io/test/github/qiwi/pijma)
[![npm (scoped)](https://img.shields.io/npm/v/@qiwi/pijma-desktop?label=%40qiwi%2Fpijma-desktop&color=39f)](https://www.npmjs.com/package/@qiwi/pijma-desktop)
[![npm (scoped)](https://img.shields.io/npm/v/@qiwi/pijma-mobile?label=%40qiwi%2Fpijma-mobile&color=39f)](https://www.npmjs.com/package/@qiwi/pijma-mobile)Yet another user interface components library. Weird. Slow. Our own.
## Demo
* [@qiwi/pijma-desktop](https://qiwi.github.io/pijma/desktop)
* [@qiwi/pijma-mobile](https://qiwi.github.io/pijma/mobile)## Development
| | Cmd |
| --- |----------------|
| **Install** | `yarn install` |
| **Preview** | `yarn start` |
| **Build** | `yarn build` |
| **Test** | `yarn test` |###### Environments
* production
* development (default)```
NODE_ENV=production yarn build
```## License
[MIT](LICENSE)