Skip to Content

Cards

Use <Cards> from nextra/components to create grid layouts with linked tiles.

Basic Cards

import { Cards } from "nextra/components"; <Cards> <Cards.Card title="Getting Started" href="/en/fastsuite-e2/overview" /> <Cards.Card title="Fixture Builder" href="/en/fastcube-fixturebuilder/overview" /> <Cards.Card title="Shopfloor Assistant" href="/en/fastcube-shopfloor-assistant/overview" /> </Cards>

Cards with Descriptions

import { Cards } from "nextra/components"; <Cards> <Cards.Card title="FASTsuite E2" description="Core manufacturing execution platform." href="/en/fastsuite-e2/overview" /> <Cards.Card title="FASTcube FixtureBuilder" description="Automated fixture design and simulation." href="/en/fastcube-fixturebuilder/overview" /> <Cards.Card title="Shopfloor Assistant" description="Operator guidance and in-app help system." href="/en/fastcube-shopfloor-assistant/overview" /> </Cards>
Was this page helpful?