Installation
A Cart library can be installed on your JavaScript projects including Reactjs, Nextjs and so on just with a single line of command.
# npm
npm install cart --save
 
# yarn
yarn add cart
 
#pnpm
pnpm add cart
 
# bun
bun install cartA Cart library can be installed on your JavaScript projects including Reactjs, Nextjs and so on just with a single line of command.
# npm
npm install cart --save
 
# yarn
yarn add cart
 
#pnpm
pnpm add cart
 
# bun
bun install cart