Introducing Fazuix UI Pro - Premium component packs and templates to build awesome websites.
Get started with Fazuix in minutes
Follow these steps to clone the Fazuix project using GitHub
git clone https://github.com/fazuix/fazuix-project.git
cd fazuix-project
npm install
npm run dev
Follow these steps to add Fazuix components to your existing project
npm install @fazuix/components
import { Button } from '@fazuix/components' function MyComponent() { return <Button>Click me</Button> }