UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

3 lines (2 loc) 561 B
import*as e from"react";import d from"classnames";import{Slot as f}from"@radix-ui/react-slot";import{headingPropDefs as g}from"./heading.props.js";import{extractProps as P}from"../helpers/index.js";import{marginPropDefs as l}from"../props/index.js";const r=e.forwardRef((p,t)=>{const{children:o,className:n,asChild:s,as:a="h1",color:i,...m}=P(p,g,l);return e.createElement(f,{"data-accent-color":i||void 0,...m,ref:t,className:d("rt-Heading",n)},s?o:e.createElement(a,null,o))});r.displayName="Heading";export{r as Heading}; //# sourceMappingURL=heading.js.map