Files
tabler/screenshots/pages/candlestick.astro
T

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>