2022-03-23 00:38:01 +00:00
|
|
|
import { Meta } from "@storybook/addon-docs";
|
2022-02-27 04:41:30 +00:00
|
|
|
|
|
|
|
<Meta title="Squiggle/Introduction" />
|
|
|
|
|
2022-03-23 00:38:01 +00:00
|
|
|
This is the component library for Squiggle. All of these components are react
|
2022-02-28 23:59:48 +00:00
|
|
|
components, and can be used in any application that you see fit.
|
|
|
|
|
|
|
|
Currently, the only component that is provided is the SquiggleChart component.
|
|
|
|
This component allows you to render the result of a squiggle expression.
|