@savantly/sprout-ui

Sprout Components Library [from Grafana UI library]

Usage no npm install needed!

<script type="module">
  import savantlySproutUi from 'https://cdn.skypack.dev/@savantly/sprout-ui';
</script>

README

Grafana UI components library

@savantly/sprout-ui is currently in BETA.

@savantly/sprout-ui is a collection of components used by Grafana

Our goal is to deliver Grafana's common UI elements for plugins developers and contributors.

See package source for more details.

Installation

yarn add @savantly/sprout-ui

npm install @savantly/sprout-ui

Development

For development purposes we suggest using yarn link that will create symlink to @savantly/sprout-ui lib. To do so navigate to packages/grafana-ui and run yarn link. Then, navigate to your project and run yarn link @savantly/sprout-ui to use the linked version of the lib. To unlink follow the same procedure, but use yarn unlink instead.