Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created August 24, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/02b2760439c3a46bc25e736550d293ae to your computer and use it in GitHub Desktop.
Save Wolfr/02b2760439c3a46bc25e736550d293ae to your computer and use it in GitHub Desktop.
// Here is the simplest component I could write
import * as React from "react";
import { PropertyControls, ControlType } from "framer";
export class test extends React.Component<Props> {
render() {
return (
<div>Hey</div>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment