You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2026. It is now read-only.
Is there an existing issue or pull request for this?
I have searched the existing issues and pull requests
Feature description
Adding a as prop is a very interesting feature. As an advanced abstraction layer, it can determine the type of element to render based on the passed-in as. This is particularly useful in scenarios that require dynamic rendering. For example, we may need to render different elements based on various conditions and add animation effects.
Is there an existing issue or pull request for this?
Feature description
Adding a
asprop is a very interesting feature. As an advanced abstraction layer, it can determine the type of element to render based on the passed-inas. This is particularly useful in scenarios that require dynamic rendering. For example, we may need to render different elements based on various conditions and add animation effects.Desired solution
Corresponding implementation:
Alternatives considered
none
Additional context
No response