UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

12 lines (9 loc) 337 B
"use strict"; "use client"; import { createRecipeContext } from '../../styled-system/create-recipe-context.js'; const { PropsProvider, withContext } = createRecipeContext({ key: "badge" }); const Badge = withContext("span"); const BadgePropsProvider = PropsProvider; export { Badge, BadgePropsProvider, PropsProvider, withContext };