1.4.11 • Published 11 months ago

@paalan/react-shared v1.4.11

Weekly downloads
-
License
ISC
Repository
github
Last release
11 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

11 months ago

1.4.11

11 months ago

1.4.10

11 months ago

1.4.6

11 months ago

1.4.8

11 months ago

1.4.7

11 months ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago