0.1.0 • Published 1 year ago

@kaendahan/react-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@kaendahan/react-utils

Versi Terbaru: npm version

Instalasi

npm install @kaendahan/react-utils

Penggunaan

import { classNames } from '@kaendahan/react-utils';

// Contoh Penggunaan
const MyComponent = () => {
  return (
    <div className={classNames("card")} />      
  );
};
0.1.0

1 year ago