labelString(default: null)
The text label displayed on the chip. When null, the hostname of the first source URL is used automatically.
Example - set a custom label
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
label: "Source 1",
sources: [{ url: "https://example.com", title: "Example" }]
});
</script>