squiggle/packages/components/src/stories/Introduction.stories.mdx

10 lines
383 B
Plaintext
Raw Normal View History

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
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.