Capítulo 77 de 147

Chapter 77: Getting started

Core Idea

This guide will help you get started with Lucide in your Preact project.

Key Concepts

  • Installation
  • Importing your first icon
  • Props

Code Examples

import { Camera } from 'lucide-preact';

// Usage
const App = () => {
  return <Camera />;
};

export default App;
  • What it demonstrates: Getting started usage pattern from the official Lucide docs.

Key Takeaways

  1. Installation
  2. Importing your first icon
  3. Props

Connects To

  • Preact: part of the Preact section of the Lucide docs.
  • Lucide for Preact: overview page for this section.