Alchemy UI

By on  · Reading time: Less than 1 min

Alchemy UI is a self-designed and developed web UI framework.

Alchemy supports Tabs, Layouts, Drawers, Lists, Spinners and other basic or complex web widgets. It can run in pure CSS mode, while it can also run in JavaScript supported mode to acquire more functions like animation, and DOM manipulate. Alchemy also provides basic React JSX interface.

With all abilities above, alchemy has only 25.1 KB size.

Usage

From JsDelivr

<link href="https://cdn.jsdelivr.net/gh/tearfuldalvik/alchemy@latest/dist/alchemy.min.css" rel="stylesheet">

Or find it on GitHub