Skip to content

Commit 32fbaa0

Browse files
committed
docs: add note about universal vue 2 and 3 support
1 parent 6a5f26d commit 32fbaa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Why another modal/dialog plugin
22

3+
- ✅ Universal: works in `vue@2` and `vue@3` 🚧
34
- ✅ Renderless/headless: no assumptions about styles or markup. You have full control.
45
- ✅ Accessibility first — Focus trap<sup>[1]</sup> + keyboard navigation + aria-attributes
56
- ✅ Fully controlled component

docs/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Introduction
33
---
44
## Why another modal/dialog plugin
55

6+
- ✅ Universal: works in `vue@2` and `vue@3` 🚧
67
- ✅ Renderless/headless: no assumptions about styles or markup. You have full control.
78
- ✅ Accessibility first — Focus trap<sup>[1]</sup> keyboard navigation + aria-attributes
89
- ✅ Fully controlled component

0 commit comments

Comments
 (0)