Skip to content

pantoken / renderers/react-markdown/src / isColorValue

Fušla: isColorValue()

isColorValue(value): boolean

Behta

Oarbbis gos string lea fálaldat CSS-fárgu dábálašvuohta (hex dahje fárgu-funktiija).

Parametera

value

string

Gullii / Gávdnat

boolean

Exempel

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

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