duskmoon-components

Installation
SKILL.md

DuskMoon Components Usage

Use @duskmoon-dev/components as the React component package for DuskMoon UI. It targets React 19 and depends on DuskMoon Core CSS through @duskmoon-dev/core.

Install

bun add @duskmoon-dev/components @duskmoon-dev/core react react-dom

Import the stylesheet once at the app root:

import "@duskmoon-dev/components/styles.css";
Installs
8
First Seen
Jul 3, 2026
duskmoon-components — gsmlg-dev/code-agent