Skip to main content
Version: 1.0.0

@editora/react-icons

Installation

npm i @editora/react-icons

Quick Start

Import icon components directly in React views and toolbar controls.

Usage

Supports provider-based defaults and direct component usage depending on app architecture.

Examples

  • Direct icon component usage
  • Provider defaults for size/color
  • Theme-aware icon rendering

API Reference

Includes icon component exports and provider options for default props.

Best Practices

  • Keep icon stroke/fill behavior consistent with theme tokens.
  • Use stable icon contracts for command UX.

Accessibility

Ensure icon-only actions include aria-label or visible labels.

Performance Notes

Use per-icon imports to minimize bundle size and avoid unnecessary re-renders.