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 publisherPublished with Axint 0.3.9Source includedDocs attachedLast revalidated on Axint 0.3.9 · 3h agoPolicy clear for v1.0.0
Open in Cloud
Installs 0 totalSupports typescript
Validation healthy3h ago
0E / 0W / 0I · Last revalidated on Axint 0.3.9

Registry installs are directional counts from install requests. Use source, validation, and publisher metadata before treating them as adoption proof.

Browser preview
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