UNPKG

@radix-ui/themes

Version:

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

3 lines (2 loc) 553 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:s,asChild:a,as:n="h1",color:i,...m}=P(p,g,l);return e.createElement(f,{"data-accent-color":i,...m,ref:t,className:d("rt-Heading",s)},a?o:e.createElement(n,null,o))});r.displayName="Heading";export{r as Heading}; //# sourceMappingURL=heading.js.map