2.1.0 • Published 7 months ago

@gfazioli/mantine-spinner v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Mantine Spinner Component

https://github.com/user-attachments/assets/2401bfe1-e829-4057-a654-7d0a895a9605


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 />;
}
2.1.0

7 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.8

9 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago