UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

11 lines (8 loc) 210 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Strong = chakra("strong", { base: { fontWeight: "semibold" } }); Strong.displayName = "Strong"; export { Strong };