UNPKG

@porsche-design-system/components-react

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

8 lines (5 loc) 192 B
import { jsxs } from 'react/jsx-runtime'; const Required = () => { return (jsxs("span", { className: "required", "aria-hidden": "true", children: [' ', "*"] })); }; export { Required };