Get Started
Welcome to the StarCluster UI Get Started page!
Here you'll find all the information you need to begin using our Astro UI components library in your projects.
Installation
To install StarCluster UI, run the following command in your terminal:
npm install starcluster-ui Usage
Import the components you need into your Astro files and start building amazing UIs!
Named import:
import { ScButton } from 'starcluster-ui'; Direct path import:
import ScButton from "starcluster-ui/ScButton.astro"; Components
Detailed documentation on all available components and their usage, is available in the sidebar.