Color and Image Selector for Ionic
- The only changes over
ionic start ionic-color-and-image-selector blank
are in pages/home and src/assets/imgs folder. - Place the images in src/assets/imgs folder.
- Update the colors and image names in home.ts and home.scss.
- Pay attention to the syntax while updating varibles in home.scss. The colors and image are stored as SCSS list datatype.
- You need to modify setImage and setColor methods in home.ts to use the selected values.