0.1.0 • Published 2 years ago

@kaendahan/react-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago