Community 7 block design & features
Community7 is a simple list-forward block built with layout utilities and colors that match a typical Shadcn UI page: a strong centered title, a muted descriptive line, then six platform blocks arranged in one column on small screens and three columns from medium upward. Each block shows the platform icon and name, the raw external URL as an underlined link, a green or gray status dot with Online or Offline text, and a follower total formatted with thousands separators.
Surfaces stay flat with a hover background shift to muted rather than bordered cards, so the emphasis stays on text and status metadata. Icon color is slightly softened to keep the focus on the numbers row.
The pattern is distinctive for pairing follower counts with a fabricated online status flag, which reads more like live directory metadata than a minimal icon strip. You need realistic URLs and numeric followers in data; there are no descriptive paragraphs rendered inside each cell despite placeholders existing in the source data shape.
Note that the TypeScript objects include description strings that the JSX never prints, so editors should not expect those lines to appear unless you extend the markup.
