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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i classies

    Weekly Downloads

    52

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    9.13 kB

    Total Files

    11

    Last publish

    Collaborators

    • stephan.hoyer