Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_farbwahl
Simple Ionic-App to select a color with three sliders for the colors red, green and blue (RGB).
https://github.com/mdecker-mobilecomputing/ionic_farbwahl
github-actions ionic ionic-storage range-slider rgb
Last synced: 20 days ago
JSON representation
Simple Ionic-App to select a color with three sliders for the colors red, green and blue (RGB).
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_farbwahl
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-11-01T14:14:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T16:39:42.000Z (7 months ago)
- Last Synced: 2024-11-09T22:41:04.526Z (3 months ago)
- Topics: github-actions, ionic, ionic-storage, range-slider, rgb
- Language: TypeScript
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic-App "Farbwahl" (Color Picker) #
Simple [Ionic](https://ionicframework.com) app to demonstrate the UI component
[ion-range](https://ionicframework.com/docs/api/range).
The app uses three instances of `ion-range` to define a color by choosing the red, green and blue values (RGB).
----
## Screenshots ##
![Screenshot](screenshot_1.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.