From ce278dea769ee8331f3a1f75a88e5786ad23523e Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Thu, 21 Nov 2024 10:56:18 +0800 Subject: [PATCH] Update README.md --- README.md | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index b168aa1..774a0ef 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,32 @@ - - -# My Module +# Rayine UI [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] -My new Nuxt module for doing amazing things. +RayineUI is a multi-purpose customizable UI library. - [✨  Release Notes](/CHANGELOG.md) - + ## Features -- ⛰  Foo -- 🚠  Bar -- 🌲  Baz +- ⚙️  Fully customizable components +- 🌪️  TailwindCSS inside +- 🔨  Full TypeScript support ## Quick Setup Install the module to your Nuxt application with one command: ```bash -npx nuxi module add my-module +npx nuxi module add rayine-ui ``` -That's it! You can now use My Module in your Nuxt app ✨ +That's it! You can now use Rayine UI in your Nuxt app ✨ ## Contribution @@ -71,14 +62,14 @@ That's it! You can now use My Module in your Nuxt app ✨ -[npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-version-href]: https://npmjs.com/package/my-module +[npm-version-src]: https://img.shields.io/npm/v/rayine-ui/latest.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-version-href]: https://npmjs.com/package/rayine-ui -[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-downloads-href]: https://npm.chart.dev/my-module +[npm-downloads-src]: https://img.shields.io/npm/dm/rayine-ui.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-downloads-href]: https://npm.chart.dev/rayine-ui -[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82 -[license-href]: https://npmjs.com/package/my-module +[license-src]: https://img.shields.io/npm/l/rayine-ui.svg?style=flat&colorA=020420&colorB=00DC82 +[license-href]: https://npmjs.com/package/rayine-ui [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js [nuxt-href]: https://nuxt.com