Skip to content

Instantly share code, notes, and snippets.

@jenil
Created June 19, 2019 20:31
Show Gist options
  • Save jenil/445fcd2e3a8adc76adbcd9ec8095f3d7 to your computer and use it in GitHub Desktop.
Save jenil/445fcd2e3a8adc76adbcd9ec8095f3d7 to your computer and use it in GitHub Desktop.
charting-blog-1
import { addPropertyControls, Color, ControlType, Frame } from "framer";
import * as React from "react";
import Chart from "react-apexcharts";
export const Charting = function(props) {
return <h1>Charting</h1>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment