feat(core): add dom attributes option for nodes (#1861)

feat: Possibility to customize nodes HTML attributes
This commit is contained in:
Kirill Zaytsev
2025-06-10 16:24:11 +02:00
committed by Braks
parent eec568cbb7
commit 4c1b064230
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -114,6 +114,8 @@ export function useState(): State {
disableKeyboardA11y: false,
ariaLiveMessage: '',
nodesAttrs: {},
}
}