Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.97 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.97 KB

Destamatic UI

A lightweight component library powered by destam and destam-dom.


Destamatic UI is a UI library built on the delta state management library destam and the DOM manipulation library destam-dom. The base set of components take inspiration from MUI and the base HTML tags, with some ease-of-use built in.

Features Overview

Destamatic UI offers a range of components designed for responsive and interactive web interfaces. Key features include:

  • State Management Integration: Built on destam, effortless state management across components.
  • Built in reactivity: Uses destam-dom for efficient DOM manipulations and updates without the need for a virtual dom.
  • Theming: Customizable and reactive theming for consistent, application-wide style and appearance.
  • Component Library: Includes navigational, input, and display components inspired by material design principles.

For a detailed overview of the components and their functionalities, refer to the documentation.

Demo

You can install and run the demo with the following steps:

  1. Clone the library:
git clone https://github.com/torrinworx/destamatic-ui.git
  1. Install dependencies:
npm i
  1. Run the demo:
npm run dev

This will start the Vite demo server on localhost:5173. You can view example components based on their directory paths in the examples folder. Here's how you can access them:

Replace the path with the corresponding directory and file name, adjusting for any additional examples you want to explore.