React Spectrum Ui
@adobe/react-spectrum-ui
Spectrum (S1) icons in React
Icons
react
icon
Spectrum
@adobe/react-spectrum-ui
Icons
javascript
npm
frontend
open source
ui
Stars
326
Weekly
964k
Open issues
4
Bundle
~25 kB
Installation
npm install @adobe/react-spectrum-uiCode example
import { Star } from "@adobe/react-spectrum-ui";
export function Example() {
return <Star size={24} />;
}Pros & cons
Pros
- Actively maintained by marbec
- 964k weekly downloads. Battle tested
- Apache-2.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