import { Button } from "@godxjp/ui/general"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@godxjp/ui/data-display"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@godxjp/ui/data-entry"; import { AccountChip, Flex, PageContainer } from "@godxjp/ui/layout"; /** * AccountChip — the signed-in user in a PageContainer `extra` slot, a Topbar or a footer row. * Avatar, name and one ghost action at the control tier height, level with the controls beside it. */ export default function Demo() { return ( {}} /> } > ヘッダー行の中で 上の `extra` スロット: Select(width="auto")、Button、AccountChip、Button がすべて同じ --control-height に揃います。 {}} /> {}} disabled /> ); }