mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-06 20:30:05 -05:00
add instructions on examples (#312)
This commit is contained in:
@@ -49,6 +49,9 @@ const ExamplesPageComponent: React.FC = () => {
|
||||
A collection of examples to help you get started with
|
||||
ChartDB.
|
||||
</h2>
|
||||
<h2 className="mt-1 text-base font-semibold">
|
||||
Click on one 😀
|
||||
</h2>
|
||||
<div className="mt-6 grid grid-flow-row grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3">
|
||||
{examples.map((example) => (
|
||||
<ExampleCard key={example.id} example={example} />
|
||||
|
||||
Reference in New Issue
Block a user