We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d77d55 + d1231ee commit d787329Copy full SHA for d787329
astro.config.mjs
@@ -47,7 +47,7 @@ const widgets = [
47
'MenuItem',
48
'OverLay',
49
'ProgressBar',
50
- 'Reveale',
+ 'Revealer',
51
'Scrollable',
52
'Separator',
53
'Slider',
src/content/docs/config/widgets.md
@@ -401,7 +401,7 @@ const label = Widget.Label({
401
})
402
403
// shorthand for { label: 'hello' }
404
-Widget.Label('label')
+Widget.Label('hello')
405
```
406
407
### LevelBar
0 commit comments