1.4.11 • Published 9 months ago

@paalan/react-shared v1.4.11

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Paalan React UI shared utils

This package contains the shared utils for the Paalan React UI.

Installation

npm install @paalan/react-shared

Usage

  • Import the shared utils from the package and use them in your project.
import { cn } from '@paalan/react-shared/lib';

// button primary disabled
const className = cn('button', 'bg-primary', { disabled: true });

// button primary
const className = cn('button', 'bg-primary', { disabled: false });

// button primary disabled custom
const className = cn('button', 'bg-primary', { disabled: true }, 'custom');
1.4.9

9 months ago

1.4.11

9 months ago

1.4.10

9 months ago

1.4.6

9 months ago

1.4.8

9 months ago

1.4.7

9 months ago

1.4.5

11 months ago

1.4.4

11 months ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago