@axint/profile-card-view
A SwiftUI profile card view with an expandable details section and local state.
axint add @axint/profile-card-view
What you get
Compiling this package through Axint emits:
ProfileCard.swiftwith SwiftUI props, local state, and conditional rendering- A starter surface you can drop into an existing app or expand into a design-system component
Customizing
Edit source/view.ts to:
- Add more profile fields or avatar treatment
- Replace the details toggle with your own interaction pattern
- Adapt the view into a settings card, account card, or dashboard tile
Recompile with:
axint compile source/view.ts --out generated/
License
Apache-2.0