newrelic / nr1-community

An open-source library of useful components for building on New Relic One's programmability platform.
https://developer.newrelic.com
Apache License 2.0
11 stars 12 forks source link

feat(Demo): Support live-code updates in the component library Nerdlet #15

Open tangollama opened 4 years ago

tangollama commented 4 years ago

Add this capability to the artifact generated by https://github.com/newrelic/nr1-community/issues/14

devfreddy commented 4 years ago

Is capable of being turned on per-example or per-component. The underlying <CodeHighlight> component accepts a enableLiveEditing prop for customization - https://github.com/newrelic/nr1-community/blob/master/demo/nerdlets/nr1-community-demo-nerdlet/shared/components/CodeHighlight.js