Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 10:30
· 318 commits to main since this release

Published Packages

Package Description npm
@duskmoon-dev/el-core Base element class with reactive properties, Shadow DOM, and theming utilities npm
@duskmoon-dev/el-button Customizable button with variants, sizes, loading state, and icon slots npm
@duskmoon-dev/el-card Flexible card container with header, body, footer, and media sections npm
@duskmoon-dev/el-input Form input with validation, labels, helper text, and prefix/suffix slots npm
@duskmoon-dev/el-markdown Markdown renderer with syntax highlighting, streaming mode for LLM output, and mermaid support npm
@duskmoon-dev/elements All DuskMoon elements in one bundle with auto-registration support npm

Installation

# Install the bundle (includes all elements)
bun add @duskmoon-dev/elements

# Or install individual packages
bun add @duskmoon-dev/el-core
bun add @duskmoon-dev/el-button
bun add @duskmoon-dev/el-card
bun add @duskmoon-dev/el-input
bun add @duskmoon-dev/el-markdown

What's Changed

Full Changelog: v0.2.0...v0.3.0