Skip to content

Instantly share code, notes, and snippets.

View by-danmo's full-sized avatar

Danmo Ariel Kouadio by-danmo

  • Everest Consulting
  • Abidjan,Côte d'ivoire
  • 20:48 (UTC -12:00)
  • LinkedIn in/danmo-ariel
View GitHub Profile
@by-danmo
by-danmo / example--bind-image.tsx
Created November 9, 2025 15:49
add images to color variant
"use client";
import { Button } from "@/components/atoms/button";
import CustomCheckbox from "@/components/atoms/checkbox";
import Error from "@/components/atoms/error";
import Form from "@/components/atoms/form";
import { DiscountIcon } from "@/components/atoms/icons/discount-icon";
import { MoneyIcon } from "@/components/atoms/icons/money-icon";
import { ProductIcon } from "@/components/atoms/icons/product-icon";
import { TrashIcon } from "@/components/atoms/icons/trash-icon";
import { TheSelect } from "@/components/atoms/select";