UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

13 lines (12 loc) 393 B
"use client"; import * as React from "react"; const Coupon = ({ children, dataTest, id }) => /*#__PURE__*/React.createElement("mark", { className: "orbit-coupon text-small border-cloud-dark py-50 px-100 rounded-100 text-ink-dark inline border border-dashed bg-transparent font-medium uppercase tracking-[0.75px]", "data-test": dataTest, id: id }, children); export default Coupon;