# Dezzle Motion Components UI 

Dezzle Motion UI 是一个基于原生 HTML/CSS/JS 的轻量级动效 UI 组件库，通过属性驱动提供动态交互，无需依赖框架，并可直接兼容 React / Vue / Svelte / Angular。

Dezzle Motion UI is a lightweight motion UI components library.

>Dezzle Motion UI — a lightweight, attribute-driven motion UI library built on native HTML/CSS/JS, providing dynamic interactions without framework dependency.


##  BUTTON MOTION COMPONENT

```html
<button effect="bounce" size="md" class="round">
  Submit
</button>
```