Skip to content

esteecodes/starcluster-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarCluster UI

Astro-first UI components.

Install

npm install starcluster-ui

Usage

Named import

---
import { ScButton } from "starcluster-ui";
---

<ScButton variant="primary" outline pill elevated size="small">
  Button
</ScButton>

Direct path import

---
import ScButton from "starcluster-ui/ScButton.astro";
---

<ScButton variant="neutral">Hello</ScButton>

Status

Early minimal release to establish the package name and public API.

Releases

No releases published

Packages

No packages published