mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-29 16:32:40 +00:00
refactor: Refactor Button and GroupedListItem components
Improve component typing with more specific HTML attribute types and implement conditional rendering based on properties. Use Svelte snippets to avoid code duplication and enhance component flexibility.
This commit is contained in:
parent
9e79b29c69
commit
c379933787
3 changed files with 67 additions and 47 deletions
9
.zed/settings.json
Normal file
9
.zed/settings.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"lsp": {
|
||||
"tailwindcss-language-server": {
|
||||
"settings": {
|
||||
"classFunctions": ["tw"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue