https://github.com/qiwi/pijma
Yet another user interface components library. Weird. Slow. Our own.
https://github.com/qiwi/pijma
react ui
Last synced: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-03T06:50:31.000Z (3 months ago)
- Last Synced: 2026-04-03T13:49:18.626Z (3 months ago)
- Topics: react, ui
- Language: TypeScript
- Homepage:
- Size: 114 MB
- Stars: 32
- Watchers: 10
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pijma
[](https://github.com/qiwi/pijma/actions/workflows/ci.yaml)
[](https://snyk.io/test/github/qiwi/pijma)
[](https://www.npmjs.com/package/@qiwi/pijma-desktop)
[](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)