Skip to content
nimatime
·v1.0.0·Apache-2.0

Profile Card View@axint/profile-card-view

SwiftUI profile card with expandable details and local state

viewswiftui#view#swiftui#profile#ui
GitHub-linked publisherCompiler 0.3.9Source includedDocs attachedValidated 20h agoPolicy clear for v1.0.0
Cloud report
0 installsSupports typescript
Validation healthy20h ago
0E / 0W / 0I · axint 0.4.28

Package activity is a directional signal based on registry install requests. Use source, validation, and publisher metadata before treating it as adoption proof.

Profile Card View animated demo

Profile Card View

Animated Registry demo · @axint/profile-card-view

v1.0.0
Live playground
Built in 42ms
Source
21 lines
Generated Swift
32 lines
axint typescript → Swift
README

@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.swift with 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