Installation Guide

Prerequisites

Before you can start using the Free Astro Components, you need to have the following prerequisites installed on your machine:

  • Node.js: Make sure you have Node.js installed. You can download it from Node.js .

  • Astro: Your project should be set up with Astro. You can follow the Astro documentation to get started.

Installing the Components

1. Install the Package

To use the Free Astro Components, you need to install the package via npm. Run the following command in your project directory:

Terminal window
npm install free-astro-components

2. Import the Components

Once the package is installed, you can import the components you need into your Astro pages or components. For example:

---
import { Button } from 'free-astro-components'
---

3. Use the Components

After importing, you can use the components in your project. Here's an example of how to use a Button component:

Additional Information

  • Support: If you encounter any issues or have questions, feel free to open an issue on our GitHub repository.

Next Steps

Now that you have the components installed, you can start integrating them into your project. Check out the Component Guide for detailed information on how to use each component.