Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Parameters

prefix: string
classes: string

Returns

string

Parameters

prefix: string
classes: Array<string | undefined>

Returns

Array<string | undefined>