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

package.dist.esm.components.spinner.spinner.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 { createRecipeContext } from '../../styled-system/create-recipe-context.js';

const { withContext, PropsProvider } = createRecipeContext({
  key: "spinner"
});
const Spinner = withContext("span");
const SpinnerPropsProvider = PropsProvider;

export { Spinner, SpinnerPropsProvider };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy