KaiOS UI Component for Vue (developing, need help)
This project is port from AdrianMachado/KaiUI React library. After we develop similar features we will branch from it and work on custom components similar to components mentioned in this style guide.
This code is NOT production ready and is in early stages of development.
Project development is slow, we need help.
You need vue-cli and some experience with nodejs.
npm install
vue-cli-service serve
General:
- Switch SASS/SCSS to LESS or change SASS package. (I don't like
node-sass
package) - LESS exporting variables to use dynamically in components. (maybe there is a better way using webpack, need help)
- Implement moving focus using hardware buttons
Components which are complete but still need polish or heavy testing:
- ArrowListItem
- BodyTextListItem
- Button
- Header
- IconListItem
- RadioButtonListItem
- CheckboxListItem
- Separator
- Slider
- SoftKey (need help)
- Tabs (need help)
- TextInput
- TextListItem
- ProgressBar
Views:
- ListView
- TabView
- GridView