Skip to content

pantoken / renderers/react-markdown/src / isColorValue

Swyddogaeth: isColorValue()

isColorValue(value): boolean

Bêta

Gwir os yw'r llinyn yn werth lliw CSS annibynnol (hex neu swyddogaeth lliw).

Paramedrau

value

string

Yn dychwelyd

boolean

Enghraifft

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

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