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";