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

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

"use strict";
"use client";
import { createRecipeContext } from '../../styled-system/create-recipe-context.js';

const { withContext, PropsProvider } = createRecipeContext({
  key: "button"
});
const Button = withContext("button", {
  defaultProps: { type: "button" }
});
const ButtonPropsProvider = PropsProvider;

export { Button, ButtonPropsProvider };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy