mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
---
|
|
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
|
|
import CryptoPrice from '@shared/components/cards/charts/CryptoPrice.astro'
|
|
---
|
|
|
|
<ScreenshotLayout title="Candlestick chart" columns={2} pageLibs={['apexcharts']}>
|
|
<CryptoPrice />
|
|
</ScreenshotLayout>
|