@tiledb-inc/viz-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@tiledb-inc/viz-components

Set of re-usable Web Components written in Svelte, for the @tiledb-inc/viz-core library.

Installation

Npm

npm install --save @tiledb-inc/viz-components

Yarn

yarn add @tiledb-inc/viz-components

Commands

build

Builds the component library and its associated types

check

Checks for any linting errors

Usage

import '@tiledb-inc/viz-components';

const wrapper = document.createElement('div');
    wrapper.innerHTML = `
    <menu-panel id="menu">
        <h3>Panel title</h3>
    </menu-panel>
`

document.body.appendChild(wrapper);

Readme

Keywords

none

Package Sidebar

Install

npm i @tiledb-inc/viz-components

Weekly Downloads

98

Version

1.0.2

License

none

Unpacked Size

574 kB

Total Files

9

Last publish

Collaborators

  • kostas_tiledb
  • tiledbseth
  • stavrospapadopoulos
  • alextiledb