Sayfa.Blocks.SocialLinks (Sayfa v0.5.0)

Copy Markdown View Source

Social links block.

Renders card-style social media links with platform icons.

Assigns

  • :links — list of {name, url} tuples (required)

Examples

<%= @block.(:social_links, links: [{"GitHub", "https://github.com/me"}, {"Twitter", "https://twitter.com/me"}]) %>