Skip to main content
Version: 1.0.0

@editora/icons

Installation

npm i @editora/icons

Quick Start

Use icon exports directly in your UI layer.

Usage

Map icons to command surfaces and maintain semantic names for discoverability.

Examples

  • Toolbar icon mapping
  • Themed icon styling
  • Custom icon replacement strategy

API Reference

Icon exports are designed for deterministic usage across framework wrappers.

Best Practices

  • Keep icon sizing consistent with button hit area.
  • Use currentColor where possible for theme compatibility.

Accessibility

Mark decorative icons appropriately and provide textual labels on controls.

Performance Notes

Prefer tree-shakable named imports and avoid loading the full catalog in a single bundle.