After watching Brad Traversy’s Quick & Easy CSS Loaders YouTube video I was inspired to make an animated rolling pride CSS loader for Pride Month. The code is available on CodePen. Enjoy!
Continue readingTag: css
Easy Enyo Checkbox Labels
In a recent Enyo project I needed a labeled vertical group of checkboxes for setting the app’s preferences. I was expecting that I could just put a bunch of onxy.Checkbox components from Enyo’s Onxy widget library inside a Group component and use the content property of each checkbox as its label. Unfortunately, the results weren’t quite what I expected but it was easily fixed with a little CSS.
Continue reading