Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
/ classnames Public archive
forked from JedWatson/classnames

A simple javascript utility for conditionally joining classNames together

License

Notifications You must be signed in to change notification settings

xxhls/classnames

 
 

Repository files navigation

classnames

Setup

npm i @xxhls/classnames

Usage

import classnames from '@xxhls/classnames'

classnames('foo', 'bar', { baz: true, qux: false }) // 'foo bar baz'

License

MIT License

About

A simple javascript utility for conditionally joining classNames together

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.7%
  • Shell 4.3%