Issue
204 module
A poster you can install. Hairline on the active tab only.
Press check
Ink density even across the 184 column. No second color.
Inter, SIL OFL 1.1
The face is the picture. Weight and size do the work.
One line of type. Hairline on the active tab only.
204 module
A poster you can install. Hairline on the active tab only.
Press check
Ink density even across the 184 column. No second color.
Inter, SIL OFL 1.1
The face is the picture. Weight and size do the work.
npx @noordvc/raster-cli add tabs
<div class="rs-tabs"><span class="rs-tab rs-tab-active">Overview</span><span class="rs-tab">Activity</span><span class="rs-tab">Settings</span></div>
import { Tab, TabList, TabPanel, Tabs } from "@/components/raster/tabs";
<Tabs defaultValue="overview">
<TabList>
<Tab value="overview">Overview</Tab>
<Tab value="activity">Activity</Tab>
</TabList>
<TabPanel value="overview">…</TabPanel>
<TabPanel value="activity">…</TabPanel>
</Tabs>