react-code-dataset
/
next.js
/test
/development
/basic
/barrel-optimization
/fixture-tremor
/app
/page.tsx
| import { Card } from '@tremor/react' | |
| export default function Example() { | |
| return <Card></Card> | |
| } | |