classies
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

classies

Build Status Renovate Compression

Simple css class string builder without shenanigans.

install

npm install classies

usage

const cls = require("classies");
const isSelected = true;

let classString = cls(
  {
    foo: true,
    bar: someCondition,
    [classString]: true,
    isSelected,
  },
  separator
); // separator defaults to ' '

perfomance

see jsperf

Latest version was done by @isiahmeadows and @gamb.

If you have a better version, feel free to submit a PR.

releases

Releases are automated by pr-release

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.9
    101
    • latest

Version History

Package Sidebar

Install

npm i classies

Weekly Downloads

101

Version

1.0.9

License

MIT

Unpacked Size

9.13 kB

Total Files

11

Last publish

Collaborators

  • stephan.hoyer