Docs
Feed CTA
Feed CTA
Displays a card with profile avatar, call to action label and action component.

Installation
pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/feed-cta.json"
Usage
import { FeedCTA } from "<path-to-ui-components>/feed-cta";
<FeedCTA
avatarSrc="https://github.com/akashaorg.png"
profileDID="did:pkh:eip155:11155111:0x1a4b3c567890abcdeffedcba1234567890abcdef"
cta="From your mind to the world."
>
<Button size="sm">Post Something</Button>
</FeedCTA>