Skip to content

pantoken / renderers/react-markdown/src / isColorValue

Fall: isColorValue()

isColorValue(value): boolean

Beta

Satt þegar strengur er sjálfstætt CSS-litagildi (hex eða litatfall).

Færibreytur

value

string

Skilar

boolean

Dæmi

ts
import { isColorValue } from "@pantoken/react-markdown";

isColorValue("#03893D"); // true
isColorValue("oklch(0.7 0.1 200)"); // true
isColorValue("hello"); // false