Skip to content

Get Started

Getting started with SamHooks is as much easy as intalling a npm package.

In your React project execute this command:

Terminal window
pnpm install @tecnosamba21/sam-hooks

You can import the package into one of your components as this way:

import { /* The hook you want */ } from '@tecnosamba21/sam-hooks'