Relative Content

Tag Archive for reactjsmongodbtsxshadcnui

how to properly call an function?

export async function Dashboard({ children }: { children: React.ReactNode }) { return ( <CardContent> <div className=”text-2xl font-bold”><CountAssets/></div> <a href=”/assets” className=”text-sm underline-offset-8 underline text-primary font-bold ” > View All </a> </CardContent> </Card> <Card x-chunk=”dashboard-01-chunk-1″> <CardHeader className=”flex flex-row items-center justify-between space-y-0 pb-2″> <CardTitle className=” text-base font-bold”>Licenses</CardTitle> <File className=”h-4 w-4 text-muted-foreground” /> </CardHeader> <div className=”text-2xl font-bold pl-6″>34</div> <a […]