This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@stefanlazarevic/hooks.class-names
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

class-names

Инсталација

npm i @stefanlazarevic/hooks.class-names

или

yarn add @stefanlazarevic/hooks.class-names

Коришћење

import useClassNames from "@stefanlazarevic/hooks.class-names";

function Component(props) {
  const classNames = useClassNames("First", "Second", props.className);

  return <div className={classNames} />;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @stefanlazarevic/hooks.class-names

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

3.07 kB

Total Files

7

Last publish

Collaborators

  • stefan.lazarevic