Skip to content

Pre-Release v1.0.11

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 04:32
cfaec34

馃И Pre-Release v1.0.11

鈿狅笍 This is a pre-release version for testing purposes

What's New

  • Latest features from the next branch
  • Astro-inspired dev toolbar design
  • Auto-minimized startup
  • Smart position dropdown menu

Installation

# Install specific pre-release version
npm install sv-console@v1.0.11

# Or install latest pre-release
npm install sv-console@next

Usage

// Auto-initialization
import 'sv-console/auto';

// Or manual component
import { FloatingDevCards } from 'sv-console';

Testing

This version is published from the next branch and may contain experimental features.