duskmoon-art-components

Installation
SKILL.md

DuskMoon Art Components Usage

Use @duskmoon-dev/art-components for React wrappers around the external @duskmoon-dev/css-art CSS illustrations.

Install

bun add @duskmoon-dev/art-components @duskmoon-dev/css-art react react-dom

Import the stylesheet once at the app root:

import "@duskmoon-dev/art-components/styles.css";

For Next.js App Router, put the style import in app/layout.tsx or the root client entry. Do not import files from dist/ directly.

Installs
8
First Seen
Jul 3, 2026
duskmoon-art-components — gsmlg-dev/code-agent