Skip to content

Commit 3530ea8

Browse files
committed
updated daisy snippets
1 parent 67002a4 commit 3530ea8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# DaisyUI Snippets for VS Code
22

3-
Visual Studio Code snippets for DaisyUI components.
3+
Visual Studio Code snippets for LATEST DaisyUI 4 components 💦
4+
5+
<a href="https://www.buymeacoffee.com/o1VOpX3" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
46

57
## What's New 🎉
68

7-
### v1.1.0
9+
### v1.2.0
810
- Added new components:
911
- Timeline (`duitimeline`)
1012
- Skeleton (`duiskeleton`)
@@ -16,6 +18,10 @@ Visual Studio Code snippets for DaisyUI components.
1618
- Fixed indentation issues
1719
- Improved accessibility with ARIA labels
1820

21+
### v1.1.0
22+
- Added Support for Vue/Javascript/React
23+
- Initial release with basic components
24+
1925
## Features
2026

2127
All snippets start with `dui` prefix. For example:
@@ -94,3 +100,4 @@ Added Support for Vue/Javascript/React
94100
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
95101
96102
**Enjoy!**
103+
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "daisyui-snippets",
33
"displayName": "DaisyUI Snippets",
44
"description": "VS Code snippets for DaisyUI components",
5-
"version": "1.1.0",
5+
"version": "1.2.1",
66
"publisher": "mrniamster",
77
"engines": {
88
"vscode": "^1.60.0"
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/mrniamster/daisyui-snippets-vscode"
2323
},
24-
"icon": "image.png",
24+
"icon": "128.ico",
2525
"galleryBanner": {
2626
"color": "#1A1A1A",
2727
"theme": "dark"

0 commit comments

Comments
 (0)