Skip to content

pantoken / renderers/react-markdown/src / isColorValue

Mahi: isColorValue()

isColorValue(value): boolean

Beta

Tika mēnā he uara tae CSS tū motuhake te rārangi (hex, rānei he mahi tae).

Ngā Tawhā

value

string

Whakahokia

boolean

Tauira

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

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