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

2.1.1 • Public • Published

Mantine Picker Component

https://github.com/user-attachments/assets/520e4838-9f2f-4714-9de2-8067c7630d1d


NPM version NPM Downloads NPM Downloads NPM License

Overview

This component is created on top of the Mantine library.

Mantine UI Library

It provides the capability to generate a dynamic picker effect, enabling the display of a wide variety of content in a visually engaging manner. This effect can enhance the overall user experience by drawing attention to important information, announcements, or promotions, allowing for a more interactive and captivating presentation.

Mantine Extensions Demo and Documentation Mantine Extensions HUB

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

Installation

npm install @gfazioli/mantine-picker

or

yarn add @gfazioli/mantine-picker

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

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

Usage

import { Picker } from '@gfazioli/mantine-picker';

function Demo() {

  return (
    <Picker data={['React', 'Angular', 'Vue', 'Svelte']} />
  );
}

Package Sidebar

Install

npm i @gfazioli/mantine-picker

Weekly Downloads

23

Version

2.1.1

License

MIT

Unpacked Size

481 kB

Total Files

22

Last publish

Collaborators

  • gfazioli