Skip to content

Instantly share code, notes, and snippets.

View wallw-teal's full-sized avatar

William Wall wallw-teal

  • Teal Labs
  • Denver, CO
View GitHub Profile
@wallw-teal
wallw-teal / setup-icons.js
Last active August 27, 2024 17:06
Simple WebComponent for using Lucide icons with HTMX
import { LogIn } from "lucide";
import replaceElement from "lucide/dist/esm/replaceElement.js";
// this is the same as the typical lucide config ...
const config = {
icons: {
LogIn,
// any other icons you want to use here
},
// ... except that this is required as we are skipping the function which