feat(ui): add primitive components

This commit is contained in:
2025-11-11 13:50:55 +02:00
parent 8cd5457504
commit 27e791f3b1
33 changed files with 1931 additions and 57 deletions
+6
View File
@@ -56,6 +56,9 @@
"linter": {
"enabled": true,
"rules": {
"a11y": {
"useSemanticElements": "off"
},
"correctness": {
"noUnusedImports": "on",
"useImportExtensions": "off"
@@ -64,6 +67,9 @@
"style": {
"noNonNullAssertion": "off",
"useImportType": "off"
},
"suspicious": {
"noArrayIndexKey": "off"
}
}
},