@gfazioli/mantine-spinner
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

Mantine Spinner Component


NPM version NPM Downloads NPM Downloads NPM License

Overview

[!NOTE] Freely inspired by Matt Cannon on CodePen

This component is created on top of the Mantine library.

Mantine UI Library

The component enables the creation of a captivating spinner effect, which enhances the visual dynamics of a user interface. This effect can be used to draw attention, indicate loading processes, or provide an interactive experience that engages users effectively. By implementing this spinner effect, developers can improve the overall aesthetic appeal and functionality of their applications, ensuring a more seamless and enjoyable user experience.

Mantine Extensions Demo and Documentation Mantine Extensions HUB

👉 You can find more components on the Mantine Extensions Hub library.

Installation

npm install @gfazioli/mantine-spinner

or

yarn add @gfazioli/mantine-spinner

After installation import package styles at the root of your application:

import '@gfazioli/mantine-spinner/styles.css';

Usage

import { Spinner } from '@gfazioli/mantine-spinner';

function Demo() {
  return <Spinner />;
}

Package Sidebar

Install

npm i @gfazioli/mantine-spinner

Weekly Downloads

21

Version

2.1.1

License

MIT

Unpacked Size

64.5 kB

Total Files

22

Last publish

Collaborators

  • gfazioli