UNPKG

@yandex/ui

Version:

Yandex UI components

4 lines (3 loc) 398 B
import React from 'react'; import { Text } from '@yandex-lego/components/Text/bundle'; export var LinkColor = function () { return (React.createElement(React.Fragment, null, ['link', 'link-external', 'link-minor', 'link-hover'].map(function (color) { return (React.createElement(Text, { as: "div", key: color, typography: "control-xl", weight: "light", color: color }, color + " color")); }))); };