@cartel-sh/ui
v0.10.0
Published
Shared types and utilities for Ping web3 applications
Downloads
105
Readme
@cartel-sh/ui
Shared types and utilities for Ping web3 applications.
Installation
npm install @cartel-sh/uiUsage
import { User, Group, Post, Notification } from '@cartel-sh/ui';Types
- User: User account type with profile information, stats, and actions
- Group: Social group/community type with metadata and permissions
- Post: Social media post type with reactions, comments, and metadata
- Notification: User notification type with different notification types
Development
npm install
npm run devBuilding
npm run build