Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind-Ready-38bdf8.svg)](https://tailwindcss.com/)

[Documentation](https://github.com/acadxp/xpui) • [NPM Package](https://www.npmjs.com/package/@acadxp/xpui) • [Report Bug](https://github.com/acadxp/xpui/issues)
[Documentation](https://xpui.vercel.app/) • [NPM Package](https://www.npmjs.com/package/@acadxp/xpui) • [Report Bug](https://github.com/acadxp/xpui/issues)

</div>

Expand Down Expand Up @@ -194,11 +194,11 @@ MIT © [DripCode-Studio](https://github.com/DripCode-Studio)
- [NPM Package](https://www.npmjs.com/package/@acadxp/xpui)
- [GitHub Repository](https://github.com/acadxp/xpui)
- [Report Issues](https://github.com/acadxp/xpui/issues)
- [AcadXP Platform](https://github.com/acadxp)
- [AcadXP Platform](https://acadxp.vercel.app/)

---

<div align="center">
<p>Made with ❤️ by the AcadXP Team</p>
<p>Made with ❤️ by the <a href="https://dripcodestudio.com/">DripCode Studio</a></p>
<p>⭐ Star us on GitHub if you find this project helpful!</p>
</div>
44 changes: 35 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
content="Gamify your educational platform with xpui. React components for XP, badges, levels, and interactive learning."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://acadxp.com/xpui" />
<meta property="og:url" content="https://xpui.vercel.app/" />
<meta
property="og:image"
content="https://acadxp.com/assets/xpui-og-image.png"
content="https://xpui.vercel.app/assets/xpui-og-image.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
Expand All @@ -65,22 +65,48 @@
/>
<meta
name="twitter:image"
content="https://acadxp.com/assets/xpui-og-image.png"
content="https://xpui.vercel.app/assets/xpui-og-image.png"
/>
<title>xpui | Game-Inspired React Component Library for AcadXP</title>
</head>
<body>
<div id="root">
<div style="display: flex; align-items: center; justify-content: center; min-height: 100vh; background: linear-gradient(135deg, #1e1b4b 0%, #1e3a5f 50%, #0f172a 100%); color: white; font-family: system-ui, -apple-system, sans-serif; text-align: center; padding: 2rem;">
<div
style="
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: linear-gradient(
135deg,
#1e1b4b 0%,
#1e3a5f 50%,
#0f172a 100%
);
color: white;
font-family: system-ui, -apple-system, sans-serif;
text-align: center;
padding: 2rem;
"
>
<div>
<h1 style="font-size: 3rem; margin-bottom: 1rem;">
<span style="color: #ec4899;">xp</span><span>ui</span>
<h1 style="font-size: 3rem; margin-bottom: 1rem">
<span style="color: #ec4899">xp</span><span>ui</span>
</h1>
<p style="font-size: 1.25rem; margin-bottom: 2rem; color: #cbd5e1;">
<p style="font-size: 1.25rem; margin-bottom: 2rem; color: #cbd5e1">
Game-Inspired React Component Library
</p>
<p style="color: #94a3b8;">
🚀 Run <code style="background: rgba(236, 72, 153, 0.2); padding: 0.25rem 0.5rem; border-radius: 0.25rem;">pnpm storybook</code> to view components
<p style="color: #94a3b8">
🚀 Run
<code
style="
background: rgba(236, 72, 153, 0.2);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
"
>pnpm storybook</code
>
to view components
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acadxp/xpui",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Game-inspired React component library for AcadXP",
"author": {
"url": "https://github.com/DripCode-Studio",
Expand Down