grafana / grafana-plugin-examples

181 stars 52 forks source link

Use grafana/ui components in examples rather than referring to gf class names #173

Closed marefr closed 1 year ago

marefr commented 1 year ago

Use grafana/ui components in examples rather than referring to gf class names. Below an example that are using gf-classes and should be able to use forms components: https://github.com/grafana/grafana-plugin-examples/blob/a57c63cf9211df73b66bb0eb5f937b39262ffded/examples/datasource-http-backend/src/components/ConfigEditor.tsx#L14-L22

sympatheticmoose commented 1 year ago

Couple of potential follow ups: