@faststore/ui
v3.97.0
Published
A lightweight, framework agnostic component library for React
Keywords
Readme
Installation
From the command line in your project directory, run pnpm add @faststore/ui.
pnpm add @faststore/uiUsage
import React from 'react'
import { Button } from '@faststore/ui'
function MyComponent {
return <Button variant="primary">Add to Cart</Button>
}Docs
For more information, please refer to our FastStore UI documentation:https://developers.vtex.com/docs/guides/faststore/components-index
