Skip to content

Instantly share code, notes, and snippets.

@codeBelt
Last active November 29, 2020 19:45
Show Gist options
  • Save codeBelt/dae95b6ae2c29fb11818e599f3bc1a51 to your computer and use it in GitHub Desktop.
Save codeBelt/dae95b6ae2c29fb11818e599f3bc1a51 to your computer and use it in GitHub Desktop.
// AnyChartScript.tsx
export const AnyChartScript: React.FC<IProps> = (props) => {
return <script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-base.min.js" type="text/javascript" />;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment