diff --git a/README.md b/README.md index 025aa0de..3c1fdae0 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,8 @@ _Granularly include only the features you need_ **💊 Drop-in components to enhance notifications** _NotivueSwipe, NotivueKeyboard, all optional and customizable_ -**🎢 Slick transitions and animations** -_Customize any animation with CSS_ - -**🧩 Custom Components API** -_Use your own components while Notivue handles the rest_ +**🧩 Headless API** +_Use your own notifications while Notivue handles the rest_ **🌀 Promise API** _Update pending notifications with ease_ @@ -41,6 +38,9 @@ _Update pending notifications with ease_ **🔰 Includes a ready-made component with anything you need** _Themes, icons, rtl support and much more_ +**🎢 Slick transitions and animations** +_Customize any animation with plain CSS_ + **♿️ Fully accessible** _Built-in screen reader, reduced motion, and keyboard support_ @@ -61,7 +61,7 @@ pnpm add notivue
-## Single-page app (Vite or Webpack) +## Single-page app (Vite) > :bulb: See [↓ below](#nuxt) for **Nuxt** @@ -103,7 +103,7 @@ import { push } from './main' ```
-Using custom components +Headless, with custom components ```vue