Right, the Kitten icon explorer is now fully functional.

• Type to filter results (searches component names, categories, and tags).
• Press the component button to copy the component code to your clipboard.

https://kitten.small-web.org/reference/#finding-icons

I quickly whipped this up using the new generic script in Markdown frontmatter feature I added to Kitten. And I’d imagine this is about the most amount of functionality you’d add using it before refactoring to something more maintainable. (Hey, just because I’m the author of Kitten doesn’t mean I’m not also learning how to use it as build it.) :)

Source: https://codeberg.org/kitten/site/raw/branch/main/reference/index.page.md

Enjoy!

💕

#Kitten #SmallWeb #web #dev #icons #iconExplorer #PhosphorIcons #StreamingHTML #markdown #components #events

I just whipped up a simple icon search for Kitten Icons (based on Phosphor Icons). It’s not complete yet – I have a few other things to do before I can get back to it today – but you can play with it here:

https://kitten.small-web.org/reference/#finding-icons

And see the code for it here:

https://codeberg.org/kitten/site/src/branch/main/reference/IconExplorer.fragment.js

I popped the event handler into the Markdown page itself. Not the cleanest but works in a pinch:

https://codeberg.org/kitten/site/raw/branch/main/reference/index.page.md

#Kitten #icons #PhosphorIcons #iconExplorer #web #dev #markdown #components #StreamingHTML #SmallWeb #SmallTech #reference