Add more description to playground

This commit is contained in:
Amy Wang 2022-06-17 22:14:28 -04:00
parent 3e0d96b2cd
commit 5709c76a81
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,14 @@ export default function Home() {
right: 20,
}}
/>
<h2>
<code>{"<BarGraphVertical />"}</code>
</h2>
<p>
<code>{"<BarGraphVertical />"}</code> takes the same props as{" "}
<code>{"<BarGraphHorizontal />"}</code>.
</p>
<BarGraphVertical
className={styles.barGraphDemo}
data={mockCategoricalData}