Lightweight ecommerce component library
From the command line in your project directory, run pnpm add @faststore/ui
.
pnpm add @faststore/ui
import React from 'react'
import { Button } from '@faststore/ui'
function MyComponent {
return <Button variant="primary">Add to Cart</Button>
}
For more information, please refer to our documentation: https://www.faststore.dev/components