https://github.com/qiwi/pijma
Yet another user interface components library. Weird. Slow. Our own.
https://github.com/qiwi/pijma
react ui
Last synced: 27 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T22:25:51.000Z (about 2 months ago)
- Last Synced: 2025-03-29T19:04:12.977Z (about 1 month ago)
- Topics: react, ui
- Language: TypeScript
- Homepage:
- Size: 112 MB
- Stars: 32
- Watchers: 12
- Forks: 28
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pijma
[](https://travis-ci.com/qiwi/pijma)
[](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)