(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 436 B view raw
1export { default as Button } from "./Button"; 2export { default as Avatar } from "./Avatar"; 3export { default as Tabs } from "./Tabs"; 4export { default as Input } from "./Input"; 5export { default as Skeleton, SkeletonCard } from "./Skeleton"; 6export { default as EmptyState } from "./EmptyState"; 7export { default as Badge, CountBadge } from "./Badge"; 8export { default as LayoutToggle } from "./LayoutToggle"; 9export * from "./Switch";