@simon-ui/icons
v0.2.1
Published
Accessible React icons for Simon UI
Downloads
14
Readme
@simon-ui/icons
Accessible React icon components for Simon UI.
Installation
pnpm add @simon-ui/iconsReact is a peer dependency:
pnpm add reactUsage
import { CheckIcon } from "@simon-ui/icons";
export function Example() {
return <CheckIcon aria-hidden="true" />;
}For an icon that communicates meaning, provide an accessible label according to the API of the selected icon component.
Requirements
- React 18.3 or later
Documentation
See the Simon UI repository.
