import Badge from "../../../components/ui/badge/Badge"; import { PlusIcon } from "../../../icons"; import PageMeta from "../../../components/common/PageMeta"; import ComponentCard from "../../../components/common/ComponentCard"; export default function Badges() { return (
{/* Light Variant */} Primary Success {" "} Error {" "} Warning {" "} Info Light Dark
{/* Light Variant */} Primary Success {" "} Error {" "} Warning {" "} Info Light Dark
}> Primary }> Success {" "} }> Error {" "} }> Warning {" "} }> Info }> Light }> Dark
}> Primary }> Success {" "} }> Error {" "} }> Warning {" "} }> Info }> Light }> Dark
}> Primary }> Success {" "} }> Error {" "} }> Warning {" "} }> Info }> Light }> Dark
}> Primary }> Success {" "} }> Error {" "} }> Warning {" "} }> Info }> Light }> Dark
); }