ShipIT main logoShipIT
Docs X
Introduction
Basic Setup
Installation
Setup
Changelog
Documents
Navigation
Structure
Deep
Deeper
Even deeper
Components
Markdown
Cards
Diagrams
Filetree
Lists
Maths
Notes
Steps
Table
Tabs
  1. Markdown
  2. Cards

Cards

Explore and implement various card styles, including small, large and image cards.

This section introduces the different card styles available in the system, from compact small cards to visually rich image cards. Each example is paired with JSX code snippets, providing you with a practical guide to incorporate these components seamlessly into your project.

Small Card

Instructions
Setup
Rubix Studios
<CardGrid>
  <Card
    title="Instructions"
    href="/docs/basic-setup/installation"
    icon="alignJustify"
    variant="small"
    description="test description"
  />
  <Card
    title="Setup"
    href="/docs/basic-setup/setup"
    icon="alignJustify"
    variant="small"
  />
  <Card
    title="Rubix Studios"
    href="https://rubixstudios.com.au"
    icon="alignJustify"
    external={true}
    variant="small"
  />
</CardGrid>

Large Card

Instructions

Installation

Get started with Documents using our quick start installation guide to get your project started.

Setup

Site Settings

Setting up your Documents projects layout, links and search engine optimisation.

Support

Rubix Studios

Australia's leading branding, marketing and web development company.

<CardGrid>
  <Card
    subtitle="Instructions"
    title="Installation"
    description="Get started with Documents using our quick start installation guide to get your project started."
    href="/docs/basic-setup/installation"
  />
  <Card
    subtitle="Setup"
    title="Site Settings"
    description="Setting up your Documents projects layout, links and search engine optimisation."
    href="/docs/basic-setup/setup"
  />
  <Card
    subtitle="Support"
    title="Rubix Studios"
    description="Australia's leading branding, marketing and web development company."
    href="https://rubixstudios.com.au"
    external={true}
  />
</CardGrid>

Image Card

Instructions
Instructions
Setup
Setup
Rubix Studios
Rubix Studios
<CardGrid>
  <Card
    title="Instructions"
    href="/docs/introduction/installation"
    image="/images/og-image.png"
    variant="image"
  />
  <Card
    title="Setup"
    href="/docs/introduction/setup"
    image="/images/og-image.png"
    variant="image"
  />
  <Card
    title="Rubix Studios"
    href="https://www.rubixstudios.com.au"
    image="/images/og-image.png"
    external={true}
    variant="image"
  />
</CardGrid>
MarkdownDiagrams

On this page

Small CardLarge CardImage Card

Content

FeedbackEdit page

© 2026 Ship IT.

Rubix Studios logo