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

package.dist.cjs.components.badge.badge.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 createRecipeContext = require('../../styled-system/create-recipe-context.cjs');

const { PropsProvider, withContext } = createRecipeContext.createRecipeContext({
  key: "badge"
});
const Badge = withContext("span");
const BadgePropsProvider = PropsProvider;

exports.Badge = Badge;
exports.BadgePropsProvider = BadgePropsProvider;
exports.PropsProvider = PropsProvider;
exports.withContext = withContext;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy