Skip to content

Commit 3b12a17

Browse files
committed
docs(readme): enhance header styling and add badges
- Replace markdown heading with centered HTML h1 for better visual hierarchy - Adjust logo width from fixed pixels to responsive 30% for better scaling - Add npm version badge with link to package registry - Add license badge linking to repository license - Add monthly downloads badge for package metrics - Add commit activity badge showing project maintenance status - Add DeepWiki badge for community documentation access - Improve overall README presentation with centered badges section
1 parent a92cb11 commit 3b12a17

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# @zayne-labs/ui
1+
<h1 align="center">Zayne UI</h1>
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/zayne-labs/ui/refs/heads/main/apps/docs/public/logo.png" alt="zayne ui logo" width="80" />
4+
<img src="https://raw.githubusercontent.com/zayne-labs/ui/refs/heads/main/apps/docs/public/logo.png" alt="zayne ui logo" width="30%" />
55
</p>
66

7+
<p align="center">
8+
<!-- <a href="https://deno.bundlejs.com/badge?q=@zayne-labs/callapi,@zayne-labs/callapi&treeshake=%5B*%5D,%5B%7B+createFetchClient+%7D%5D&config=%7B%22compression%22:%7B%22type%22:%22brotli%22,%22quality%22:11%7D%7D"><img src="https://deno.bundlejs.com/badge?q=@zayne-labs/callapi,@zayne-labs/callapi&treeshake=%5B*%5D,%5B%7B+createFetchClient+%7D%5D&config=%7B%22compression%22:%7B%22type%22:%22brotli%22,%22quality%22:11%7D%7D" alt="bundle size"></a> -->
9+
<a href="https://www.npmjs.com/package/@zayne-labs/ui-react"><img src="https://img.shields.io/npm/v/@zayne-labs/ui-react?style=flat&color=EFBA5F" alt="npm version"></a>
10+
<a href="https://github.com/zayne-labs/ui-react/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@zayne-labs/ui-react?style=flat&color=EFBA5F" alt="license"></a>
11+
<a href="https://www.npmjs.com/package/@zayne-labs/ui-react"><img src="https://img.shields.io/npm/dm/@zayne-labs/ui-react?style=flat&color=EFBA5F" alt="downloads per month"></a>
12+
<a href="https://github.com/zayne-labs/ui/graphs/commit-activity"><img src="https://img.shields.io/github/commit-activity/m/zayne-labs/ui?style=flat&color=EFBA5F" alt="commit activity"></a>
13+
<a href="https://deepwiki.com/zayne-labs/ui"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
14+
</p>
15+
716
Composable, headless UI components and utilities built for flexibility and great developer experience. Currently supports React, with more frameworks coming soon.
817

918
## Features

0 commit comments

Comments
 (0)