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

package.dist.cjs.theme.recipes.code.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

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

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

const { variants, defaultVariants } = badge.badgeRecipe;
const codeRecipe = config.defineRecipe({
  className: "chakra-code",
  base: {
    fontFamily: "mono",
    alignItems: "center",
    display: "inline-flex",
    borderRadius: "l2"
  },
  variants,
  defaultVariants
});

exports.codeRecipe = codeRecipe;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy