Skip to content

A-Harby/grid_weblets

 
 

Repository files navigation

Grid Weblets

Version: 1.0.0

A svelte project for creating web components - which are reusable custom elements with their functionality encapsulated away from the rest of the code — that interact with TF Grid 3 and could be utilized from other web apps. It solves such problem where you had to write complex HTML (and associated style and script) to render custom UI controls (eg, to deploy some workload on the TF Grid 3), and how using them multiple times in different projects can be a miss if you are not careful.

To Try the project locally you can easy clone the repo and run the following commands:

yarn deps
yarn serve:app

Read the documentaions for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 58.1%
  • TypeScript 32.1%
  • JavaScript 5.9%
  • Vue 3.1%
  • HTML 0.5%
  • CSS 0.2%
  • Other 0.1%