Cards & CardGroups Demo
Cards are perfect for organizing types, namespaces, and creating visual hierarchy in your documentation.
📦 Basic Cards
Simple Card
Basic card with title and icon
Colored Card
Card with custom color
Linked Card
Card that links to another page
🎨 Cards for C# Types
StringBuilder
Class •
System.TextRepresents a mutable string of characters. This class cannot be inherited.- Thread-Safe: No
- Sealed: Yes
- Performance: High
IEnumerable<T>
Interface •
System.Collections.GenericExposes the enumerator, which supports iteration over a collection.- Generic: Yes
- Covariant: Yes
- LINQ: Supported
🗂️ Namespace Organization
System
Core .NET types150+ Types
System.Collections
Collection classes45+ Types
System.Threading
Threading utilities80+ Types
System.IO
File operations60+ Types
System.Linq
LINQ operations25+ Types
System.Text
Text processing30+ Types
💡 Best Practices
Use cards to create visual separation between different categories of content, making it easier for users to scan and find what they need.
Cards automatically adjust their layout based on screen size, ensuring a responsive design across all devices.