Quickstart

This guide will help you quickly integrate pre-built components from Componefy into your project. We’ll show you how to browse, copy, and customize components, whether you're working with React, Vue, Svelte, or TailwindCSS.

Choose your framework

Componefy provides components that are pre-built and ready to use with popular frameworks like React, Vue, Svelte, and TailwindCSS. To start, select the framework you are using, copy the provided code, and add it to your project.

// Copy the code for the component from Componefy
// and use it directly in your React project.

import { Button } from '@/components/button'

function App() {
  return <Button text="Click me!" />
}

Was this page helpful?