UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

14 lines (11 loc) 226 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Quote = chakra("q", { base: { fontWeight: "bold", lineHeight: "1.2" } }); Quote.displayName = "Quote"; export { Quote };