Get Started
Getting started with SamHooks is as much easy as intalling a npm package.
Install
Section titled “Install”In your React project execute this command:
pnpm install @tecnosamba21/sam-hooksnpm install @tecnosamba21/sam-hooksyarn add @tecnosamba21/sam-hooksYou can import the package into one of your components as this way:
import { /* The hook you want */ } from '@tecnosamba21/sam-hooks'