๐ ๏ธ SVAR Svelte 2.1: Powerful UI Widgets for Data-Driven Svelte Apps


Introduction
SVAR Svelte library, a collection of open-source, lightweight and high-performance UI components, has recently been updated to version 2.1. This release enhances the DataGrid with improved accessibility and powerful new features, refines the Gantt Chart, and makes SVAR components ready for enterprise-level, data-driven web applications.
Additionally, SVAR Svelte library was also extended with three new components โ Editor, Comments, and Tasklist โ to provide Svelte developers with more ready-to-use UI blocks. So let's see what's new in SVAR Svelte v2.1 and how these updates can enhance your development experience.
SVAR Svelte DataGrid
SVAR Svelte DataGrid is a lightning-fast component for managing large datasets with ease. Optimized for speed and efficiency, it offers a comprehensive set of features, covering all essential functionality expected from an advanced data grid.
In version 2.1, SVAR Svelte DataGrid introduces enhanced accessibility, filtering features, and expanded customization options. Here's a closer look at the key new features:
Improved accessibility: from now on the grid is compatible with WAI-ARIA standard. The widget provides screen reader support and improved keyboard navigation;
Header filters: now you can add built-in (Text, Richselect) or custom filters to the header, as well as use external controls as filters;
Row reordering: the feature allows moving rows up and down with drag-and-drop. You can choose to show or not a drag handle;
Print support: users can print the data from the DataGrid - the printout will include all the data of datagrid organized in a well-structured manner;
Custom HTML in the header/footer: now you can add custom content or SVAR Core controls to the header or/and footer cells;
External editor integration: it is now possible to use external popup form for editing the content of a specific row;
Improved UI for collapsible columns: you can add vertical placeholders for the collapsed columns; the column is expanded by clicking on the placeholder.
The DataGrid component can be installed via npm:
npm install wx-svelte-grid
SVAR Svelte Gantt
SVAR Svelte Gantt is an open-source project management tool that helps visualize project tasks, timelines, and dependencies. It can save you a lot of time if you need a project workflow tool for your Svelte app. The Gantt chart offers interactive and customizable UI, fast performance, and essential features for planning and scheduling.
In version 2.1, SVAR introduced minor but valuable enhancements to its Gantt chart library:
Custom HTML in column cells: now you can add custom HTML to cells, e.g. add avatars of the team members assigned to specific tasks
Zoom and scale improvement: inner zoom and scale logic was optimized for better precision and smoother navigation
The component can be installed via npm:
npm install wx-svelte-gantt
New SVAR Core Components
SVAR Svelte Core is a lightweight library that contains basic UI elements and controls for creating nice-looking Svelte apps: button, checkbox, radio, select, tabs, popups, etc. The new update extends the Core library with new components:
Comments โ a component that helps add a comment section to your app. It allows editing, adding and deleting comments, and has two in-built views (bubbles and flow), as well as dark and light skins
Tasklist โ allows adding a simple to-do functionality to your project. Supports CRUD operations with tasks and marking the tasks as completed
The components can be installed via npm. Note: you need to install the Core controls first.
npm install wx-svelte-core
npm install wx-svelte-comments
npm install wx-svelte-tasklist
SVAR Editor
In version 2.1, SVAR introduced SVAR Svelte Editor, a UI component for creating editing forms for structured data on a web page. Whether for data grid rows, cards, or user profiles, it can be adapted to various use cases with customizable fields and controls.
The editor supports multiple form inputs of SVAR Core library, basic validation, real-time updates or save modes, and can be displayed as a popup, sidebar, or inline form with one or two-column layouts.
The component can be installed via npm. Note: you need to install the Core controls first.
npm install wx-svelte-core
npm install wx-svelte-editor
Check Out SVAR Svelte v.2.1
You can find all SVAR Svelte components on the SVAR GitHub page together with the licensing details. Most components are available under the MIT license, with SVAR Gantt being the only exception (GPLv3).
With all the new features, enhanced data handling capabilities, improved accessibility, and new UI components, SVAR offers Svelte developers more tools to build modern web applications in less time. Whether you're managing complex datasets, visualizing project timelines, or simply need reliable UI controls, check out SVAR Svelte 2.1!
Have you tried any SVAR components in your Svelte projects? Let us know in the comments below!
Subscribe to my newsletter
Read articles from Olga Tashlikovich directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
