Icon
The Icon component provides a consistent wrapper for icon rendering.
Basic Usage
import { Icon } from '@editora/ui-react';
export function Example() {
return <Icon name="check" aria-label="Success" />;
}
The Icon component provides a consistent wrapper for icon rendering.
import { Icon } from '@editora/ui-react';
export function Example() {
return <Icon name="check" aria-label="Success" />;
}