All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.components.typography.quote.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
'use strict';

var factory = require('../../styled-system/factory.cjs');

const Quote = factory.chakra("q", {
  base: {
    fontWeight: "bold",
    lineHeight: "1.2"
  }
});

exports.Quote = Quote;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy