/react-example-builder

Primary LanguageJavaScriptMIT LicenseMIT

react-example-builder

<Example>{(context) => (
		<Example.Codeblock context={context}></Example.Codeblock>
		<Example.Description></Example.Description>
		<Example.ShowCodeBlock></Example.ShowCodeBlock>
		<Example.ShowResult context={context}></Example.ShowResult>
	)}
</Example>