React Spectrum Workflow
@adobe/react-spectrum-workflow
Spectrum icons in React
Icons
react
icon
Spectrum
@adobe/react-spectrum-workflow
Icons
javascript
npm
frontend
open source
ui
Stars
296
Weekly
765k
Open issues
4
Bundle
~25 kB
Installation
npm install @adobe/react-spectrum-workflowCode example
import { Star } from "@adobe/react-spectrum-workflow";
export function Example() {
return <Star size={24} />;
}Pros & cons
Pros
- Actively maintained by marbec
- 765k weekly downloads. Battle tested
- CC-BY-ND-4.0 licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 4 open issues on GitHub