We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020f1f commit c7cfb75Copy full SHA for c7cfb75
src/demo/App.tsx
@@ -115,7 +115,7 @@ export default function App() {
115
<DataGrid items={tracks} />
116
</div>
117
118
- <div>
+ <div className="mt-8 mx-auto max-w-4xl flex flex-col gap-y-4">
119
<h2 className="text-2xl font-bold text-gray-900 dark:text-gray-100">Custom DataGrid</h2>
120
<DataGrid
121
items={forecasts}
0 commit comments