Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.124/src/utils/jsx.utils.ts";

Parameters

prefix: string
classes: string

Returns

string

Parameters

prefix: string
classes: Array<string | undefined>

Returns

Array<string | undefined>