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

package.dist.esm.components.blockquote.blockquote.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
import { createSlotRecipeContext } from '../../styled-system/create-slot-recipe-context.js';
import { QuoteIcon } from '../icons.js';

const {
  withProvider,
  withContext,
  useStyles: useBlockquoteStyles,
  PropsProvider
} = createSlotRecipeContext({ key: "blockquote" });
const BlockquoteRoot = withProvider(
  "figure",
  "root"
);
const BlockquotePropsProvider = PropsProvider;
const BlockquoteContent = withContext("blockquote", "content");
const BlockquoteCaption = withContext("figcaption", "caption");
const BlockquoteIcon = withContext(
  QuoteIcon,
  "icon"
);

export { BlockquoteCaption, BlockquoteContent, BlockquoteIcon, BlockquotePropsProvider, BlockquoteRoot, useBlockquoteStyles };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy