@revolist/revogrid
Version:
Virtual reactive data grid spreadsheet component - RevoGrid.
20 lines (19 loc) • 1.03 kB
JavaScript
/*!
* Built by Revolist OU ❤️
*/
import { Host, h } from "@stencil/core";
/**
* If you’re thinking about removing the attribution, we’d like to share a few thoughts first:
* If you’re using RevoGrid in your organization and it’s helping you make money, we depend on your support to keep improving and maintaining RevoGrid under an MIT License.
* Before you remove the attribution, please consider how you can support RevoGrid to help keep it running smoothly.
* Using RevoGrid for a personal project? Awesome! Feel free to remove the attribution. We appreciate your support.
*/
/**
* @internal
*/
export class Attribution {
render() {
return (h(Host, { key: '3d66475a019010c24b6c610ccc047e01c35178f9' }, h("a", { key: '777afddffef0309a697b9c14ee73c0001ac22b71', href: "https://rv-grid.com/guide/attribution", target: "_blank", rel: "noopener noreferrer", title: "Made with \u2764\uFE0F by Revolist OU Team", class: "value" }, "RevoGrid")));
}
static get is() { return "revogr-attribution"; }
}