Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Feb 5, 2025
1 parent 3e31971 commit be09da3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
<div align="center">
<h1 align="center">Metro UI</h1>

<p align="center">
<a href="https://docs-new.metroui.org.ua/"><strong>Explore Metro UI Docs</strong></a>
</p>

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Build responsive, mobile-first projects on the web
with the first front-end component library in Metro Style.
</div>

![Alt](https://repobeats.axiom.co/api/embed/0bec17257148030ff28810855fc54de0735a46a7.svg "Repobeats analytics image")

<p align="center">
<a href="https://docs-new.metroui.org.ua/"><strong>Explore Metro UI Docs</strong></a>
</p>
---
<div align="center">

If you are using Metro UI commercially, there is a social (but no legal) expectation that you help fund its maintenance.

### PayPal - [email protected]

<p align="center">
<a href="https://www.patreon.com/metroui">
<img src="https://c5.patreon.com/external/logo/[email protected]" height="38">
</a>
</p>
</div>

----

<div align="center">

### Project State
![Dependencies](https://img.shields.io/badge/Dependencies-none-darklime.svg)
![Package Version](https://img.shields.io/github/package-json/v/olton/metroui)
Expand All @@ -32,6 +40,8 @@
![GitHub JS Size](https://img.shields.io/github/size/olton/metroui/lib%2Fmetro.js?label=JS%20Size&color=8f99ff)
![GitHub Icons Size](https://img.shields.io/github/size/olton/metroui/lib%2Ficons.css?label=Icons%20Size&color=01796f)

</div>

---
> [!IMPORTANT]
> ### License and Premium Features
Expand Down
4 changes: 2 additions & 2 deletions lib/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -8736,7 +8736,7 @@
(function($3) {
"use strict";
globalThis["__version__"] = "5.1.0";
globalThis["__build_time__"] = "03.02.2025, 22:40:30";
globalThis["__build_time__"] = "05.02.2025, 21:08:34";
const meta_init = $3.meta("metro:init").attr("content");
const meta_locale = $3.meta("metro:locale").attr("content");
const meta_week_start = $3.meta("metro:week_start").attr("content");
Expand Down Expand Up @@ -9002,7 +9002,7 @@
const normalizeComponentName = (name2) => typeof name2 !== "string" ? void 0 : name2.replace(/-/g, "").toLowerCase();
const Metro2 = {
version: "5.1.0",
build_time: "03.02.2025, 22:40:30",
build_time: "05.02.2025, 21:08:34",
buildNumber: 0,
isTouchable: isTouch3,
fullScreenEnabled: document.fullscreenEnabled,
Expand Down
2 changes: 1 addition & 1 deletion lib/metro.js.map

Large diffs are not rendered by default.

0 comments on commit be09da3

Please sign in to comment.