Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farooqkz/kaiuing
CSS library for KaiOS apps
https://github.com/farooqkz/kaiuing
css-framework kaios kaiui mobile-development ui ui-components
Last synced: 17 days ago
JSON representation
CSS library for KaiOS apps
- Host: GitHub
- URL: https://github.com/farooqkz/kaiuing
- Owner: farooqkz
- Created: 2022-11-15T13:16:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:31:46.000Z (7 months ago)
- Last Synced: 2025-01-16T07:59:36.370Z (17 days ago)
- Topics: css-framework, kaios, kaiui, mobile-development, ui, ui-components
- Language: SCSS
- Homepage:
- Size: 2.54 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KaiUIng
KaiUIng is a fork of [AdrianMachado's KaiUI](https://github.com/AdrianMachado/KaiUI) which is a UI component library for building KaiOS apps. Unfortunately, that library doesn't seem to be maintained anymore and the components are for React only.
KaiUIng aims to provide styling only, and framework users use it to create UI libraries for the frameworks.
For instance, to use the InfernoJS bindings, you can use KaiUIngInferno.
## Building and Usage
Simply install it with npm or yarn:
```
npm install kaiuing
yarn add kaiuing
```### The Inferno bindings
To use the Inferno bindings:
```
yarn add kaiuing-inferno
```There is no docs at the moment. But you can see [chooj](https://github.com/farooqkz/chooj) on how to use these components.
## Components
To see a list of components, visit [here](https://github.com/farooqkz/KaiUIng/tree/master/src/components). Documentations are to be written.
## Contributing
There are much to be done. See `TODO.md`
## License
- KaiUIng under ISC license.
- KaiUIng-Inferno under LGPLv3 or later license as published by FSF.