Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_atomic/src/utils/jsx.utils.ts>classSet

This is the core atomic library to build design libraries from.
Go to Latest
function classSet
import { classSet } from "https://deno.land/x/fathym_atomic@v0.0.101/src/utils/jsx.utils.ts";

Parameters

optional
props: { class?: string | undefined | JSX.SignalLike<string | undefined>; className?: string | undefined | JSX.SignalLike<string | undefined>; }
...set: Array<string | undefined>

Returns

string