[Feature]: Framework-Agnostic SVG Icons for Cross-Framework Compatibility #9
Soren-Knudsen
started this conversation in
Ideas
Replies: 1 comment
-
Hey @Soren-Knudsen, thanks a lot for the suggested solutions! I will discuss with the team what we think about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
Feature type
Other
Component name
No response
Feature description
Currently, the
@untitledui-pro/icons
package appears to be specifically designed for React. I would like to use these icons in my Vue.js project, but the current implementation makes this difficult. It would be beneficial to have access to the raw SVG files or a framework-agnostic approach that works across different frameworks.Problem statement
Proposed solution
Provide one or more of the following options:
Option 1: Raw SVG Files
Export raw SVG files that can be imported and used in any framework:
Option 2: Framework-Agnostic JavaScript Objects
Export icons as JavaScript objects containing SVG strings:
Option 3: Multiple Framework Builds
Provide separate builds for different frameworks:
Proposed API design
Use cases
No response
Alternatives considered
No response
Examples from other libraries
No response
Priority level
High - Blocking my project
Requirements
Contribution
Design mockups/references
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions