Path	Lines of Code
CHANGELOG.md	496
CODE_OF_CONDUCT.md	93
FAQ.md	108
GENERATE.md	63
NPM.md	37
README.md	122
build-logic/gradle.properties	2
examples/browser/build.gradle.kts	7
examples/browser/gradle.properties	1
examples/browser/src/webMain/kotlin/example/EventHandler.kt	22
examples/browser/src/webMain/kotlin/example/checkDirectoryPicker.kt	26
examples/browser/src/webMain/kotlin/example/main.kt	5
examples/browser/src/webMain/resources/index.html	10
examples/build-logic/build.gradle.kts	20
examples/build-logic/settings.gradle.kts	1
examples/build-logic/src/main/kotlin/JsPlatform.kt	17
examples/build-logic/src/main/kotlin/JsTarget.kt	17
examples/build-logic/src/main/kotlin/examplesbuild.kotlin-conventions.gradle.kts	66
examples/build-logic/src/main/kotlin/examplesbuild.node-conventions.gradle.kts	5
examples/build-logic/src/main/kotlin/examplesbuild.tools-conventions.gradle.kts	3
examples/build-logic/src/main/kotlin/examplesbuild.tools-root-conventions.gradle.kts	27
examples/build.gradle.kts	6
examples/event-flow/build.gradle.kts	7
examples/event-flow/gradle.properties	1
examples/event-flow/src/webMain/kotlin/example/eventflow/EventFlowTest.kt	35
examples/event-flow/src/webMain/kotlin/example/eventflow/EventTarget.change.kt	7
examples/event-flow/src/webMain/kotlin/example/eventflow/main.kt	38
examples/event-flow/src/webMain/resources/index.html	10
examples/gradle.properties	11
examples/gradlew.bat	72
examples/mdn-audioworklet-example/README.md	4
examples/mdn-audioworklet-example/build.gradle.kts	7
examples/mdn-audioworklet-example/src/jsMain/kotlin/mdn/audioworklet/example/App.kt	97
examples/mdn-audioworklet-example/src/jsMain/kotlin/mdn/audioworklet/example/HissGeneratorParameters.kt	7
examples/mdn-audioworklet-example/src/jsMain/kotlin/mdn/audioworklet/example/HissGeneratorProcessor.kt	54
examples/mdn-audioworklet-example/src/jsMain/kotlin/mdn/audioworklet/example/HissGeneratorWorkletModule.kt	6
examples/mdn-audioworklet-example/src/jsMain/resources/index.html	49
examples/mdn-audioworklet-example/src/jsMain/resources/style.css	23
examples/react-lazy-modules-webpack/README.md	4
examples/react-lazy-modules-webpack/build.gradle.kts	10
examples/react-lazy-modules-webpack/src/jsMain/kotlin/example/app/App.kt	25
examples/react-lazy-modules-webpack/src/jsMain/kotlin/example/content/Content.kt	10
examples/react-lazy-modules-webpack/src/jsMain/kotlin/example/footer/Footer.kt	10
examples/react-lazy-modules-webpack/src/jsMain/kotlin/example/header/Header.kt	10
examples/react-lazy-modules-webpack/src/jsMain/kotlin/example/main/main.kt	22
examples/react-lazy-modules-webpack/src/jsMain/resources/index.html	10
examples/react-svg/build.gradle.kts	8
examples/react-svg/src/jsMain/kotlin/example/react/Main.kt	11
examples/react-svg/src/jsMain/kotlin/example/react/View.kt	53
examples/react-svg/src/jsMain/resources/index.html	9
examples/react/build.gradle.kts	9
examples/react/src/jsMain/kotlin/example/react/ForwardingRefs.kt	34
examples/react/src/jsMain/kotlin/example/react/__main__.kt	4
examples/react/src/jsMain/kotlin/example/react/useEffectExamples.kt	75
examples/serialization-to-jso/build.gradle.kts	8
examples/serialization-to-jso/src/jsMain/kotlin/example/User.kt	8
examples/serialization-to-jso/src/jsMain/kotlin/example/main.kt	15
examples/settings.gradle.kts	39
examples/simple-wasm-application/build.gradle.kts	6
examples/simple-wasm-application/gradle.properties	1
examples/simple-wasm-application/src/wasmJsMain/kotlin/example/Main.kt	8
examples/simple-wasm-application/src/wasmJsMain/resources/index.css	5
examples/simple-wasm-application/src/wasmJsMain/resources/index.html	10
examples/tanstack-react-router/README.md	5
examples/tanstack-react-router/build.gradle.kts	10
examples/tanstack-react-router/src/jsMain/kotlin/example/About.kt	8
examples/tanstack-react-router/src/jsMain/kotlin/example/App.kt	10
examples/tanstack-react-router/src/jsMain/kotlin/example/Home.kt	8
examples/tanstack-react-router/src/jsMain/kotlin/example/Index.kt	30
examples/tanstack-react-router/src/jsMain/kotlin/example/Main.kt	11
examples/tanstack-react-router/src/jsMain/kotlin/example/Paths.kt	9
examples/tanstack-react-router/src/jsMain/kotlin/example/Topic.kt	12
examples/tanstack-react-router/src/jsMain/kotlin/example/Topics.kt	35
examples/tanstack-react-router/src/jsMain/kotlin/example/createAppRouter.kt	54
examples/tanstack-react-router/src/jsMain/resources/index.css	5
examples/tanstack-react-router/src/jsMain/resources/index.html	10
examples/tanstack-react-table/README.md	5
examples/tanstack-react-table/build.gradle.kts	16
examples/tanstack-react-table/src/jsMain/kotlin/example/Main.kt	17
examples/tanstack-react-table/src/jsMain/kotlin/example/QueryKey.kt	3
examples/tanstack-react-table/src/jsMain/kotlin/example/app/App.kt	9
examples/tanstack-react-table/src/jsMain/kotlin/example/app/AppModule.kt	16
examples/tanstack-react-table/src/jsMain/kotlin/example/app/Content.kt	26
examples/tanstack-react-table/src/jsMain/kotlin/example/app/useIsLoading.kt	4
examples/tanstack-react-table/src/jsMain/kotlin/example/card/UserCard.kt	72
examples/tanstack-react-table/src/jsMain/kotlin/example/components/Header.kt	26
examples/tanstack-react-table/src/jsMain/kotlin/example/components/LoadingIndicator.kt	5
examples/tanstack-react-table/src/jsMain/kotlin/example/entities/CreateUserOptions.kt	6
examples/tanstack-react-table/src/jsMain/kotlin/example/entities/User.kt	12
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/fetchUsersData.kt	26
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/useCreateUser.kt	22
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/useDeleteUser.kt	15
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/useMutateUser.kt	29
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/useUpdateUser.kt	20
examples/tanstack-react-table/src/jsMain/kotlin/example/hooks/useUsers.kt	19
examples/tanstack-react-table/src/jsMain/kotlin/example/list/CreateUserButton.kt	15
examples/tanstack-react-table/src/jsMain/kotlin/example/list/UserList.kt	10
examples/tanstack-react-table/src/jsMain/kotlin/example/query/createQueryFunction.kt	13
examples/tanstack-react-table/src/jsMain/kotlin/example/selection/SelectionModule.kt	19
examples/tanstack-react-table/src/jsMain/kotlin/example/table/UserTable.kt	17
examples/tanstack-react-table/src/jsMain/kotlin/example/table/simple/SimpleTable.kt	97
examples/tanstack-react-table/src/jsMain/kotlin/example/table/useUserClickHandler.kt	10
examples/tanstack-react-table/src/jsMain/kotlin/example/table/useUserTableMeta.kt	10
examples/tanstack-react-table/src/jsMain/kotlin/example/table/useUsersTable.kt	33
examples/tanstack-react-table/src/jsMain/kotlin/example/theme/Theme.kt	16
examples/tanstack-react-table/src/jsMain/resources/index.css	5
examples/tanstack-react-table/src/jsMain/resources/index.html	10
examples/tanstack-table-common/build.gradle.kts	12
examples/tanstack-table-common/src/jsMain/kotlin/example/entities/Key.kt	2
examples/tanstack-table-common/src/jsMain/kotlin/example/main.kt	4
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableBase.kt	26
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableBody.kt	18
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableCell.kt	13
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableHead.kt	24
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableHeader.kt	13
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableInstance.kt	19
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/TableRow.kt	17
examples/tanstack-table-common/src/jsMain/kotlin/example/table/base/useTable.kt	25
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/SelectionCell.kt	12
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/SelectionCheckbox.kt	22
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/SelectionHeaderCell.kt	15
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/SelectionRowCell.kt	13
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/TableSelection.kt	19
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/createSelectionColumn.kt	23
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/useIsChecked.kt	11
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/useSelection.kt	8
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/useSelectionChangeHandler.kt	12
examples/tanstack-table-common/src/jsMain/kotlin/example/table/selection/useSelectionHandler.kt	20
examples/tanstack-virtual-table/README.md	5
examples/tanstack-virtual-table/build.gradle.kts	17
examples/tanstack-virtual-table/src/jsMain/kotlin/example/Main.kt	17
examples/tanstack-virtual-table/src/jsMain/kotlin/example/QueryKey.kt	3
examples/tanstack-virtual-table/src/jsMain/kotlin/example/app/App.kt	9
examples/tanstack-virtual-table/src/jsMain/kotlin/example/app/AppModule.kt	13
examples/tanstack-virtual-table/src/jsMain/kotlin/example/app/Content.kt	24
examples/tanstack-virtual-table/src/jsMain/kotlin/example/app/useIsLoading.kt	4
examples/tanstack-virtual-table/src/jsMain/kotlin/example/components/Header.kt	26
examples/tanstack-virtual-table/src/jsMain/kotlin/example/components/LoadingIndicator.kt	5
examples/tanstack-virtual-table/src/jsMain/kotlin/example/entities/Photo.kt	12
examples/tanstack-virtual-table/src/jsMain/kotlin/example/hooks/fetchPhotos.kt	15
examples/tanstack-virtual-table/src/jsMain/kotlin/example/hooks/usePhotos.kt	19
examples/tanstack-virtual-table/src/jsMain/kotlin/example/query/createQueryFunction.kt	19
examples/tanstack-virtual-table/src/jsMain/kotlin/example/table/PhotoTable.kt	66
examples/tanstack-virtual-table/src/jsMain/kotlin/example/table/usePhotoTable.kt	38
examples/tanstack-virtual-table/src/jsMain/kotlin/example/table/usePhotoTableMeta.kt	10
examples/tanstack-virtual-table/src/jsMain/kotlin/example/theme/Theme.kt	16
examples/tanstack-virtual-table/src/jsMain/resources/index.css	5
examples/tanstack-virtual-table/src/jsMain/resources/index.html	10
examples/tic-tac-toe/build.gradle.kts	8
examples/tic-tac-toe/src/jsMain/kotlin/example/TicTacToe.kt	162
examples/tic-tac-toe/src/jsMain/kotlin/example/main.kt	24
examples/tic-tac-toe/src/jsMain/resources/TicTacToe.css	38
examples/tic-tac-toe/src/jsMain/resources/index.html	10
examples/web-components/build.gradle.kts	6
examples/web-components/src/jsMain/kotlin/example/MyPanel.kt	20
examples/web-components/src/jsMain/kotlin/example/main.kt	7
examples/web-components/src/jsMain/resources/index.html	11
gradle.properties	136
kotlin-actions-artifact/README.md	6
kotlin-actions-artifact/gradle.properties	2
kotlin-actions-cache/README.md	6
kotlin-actions-cache/gradle.properties	2
kotlin-actions-core/README.md	6
kotlin-actions-core/gradle.properties	2
kotlin-actions-exec/README.md	6
kotlin-actions-exec/gradle.properties	2
kotlin-actions-github/README.md	6
kotlin-actions-github/gradle.properties	2
kotlin-actions-glob/README.md	6
kotlin-actions-glob/gradle.properties	2
kotlin-actions-http-client/README.md	6
kotlin-actions-http-client/gradle.properties	2
kotlin-actions-io/README.md	6
kotlin-actions-io/gradle.properties	2
kotlin-actions-tool-cache/README.md	6
kotlin-actions-tool-cache/gradle.properties	2
kotlin-ajv/README.md	3
kotlin-ajv/gradle.properties	3
kotlin-browser/README.md	6
kotlin-browser/gradle.properties	2
kotlin-browser/karakum/gradle.properties	14
kotlin-cesium-engine/README.md	6
kotlin-cesium-engine/gradle.properties	1
kotlin-cesium-widgets/README.md	6
kotlin-cesium-widgets/gradle.properties	1
kotlin-css/README.md	38
kotlin-css/gradle.properties	2
kotlin-cssom-core/README.md	7
kotlin-cssom-core/gradle.properties	2
kotlin-csstype/README.md	7
kotlin-csstype/gradle.properties	1
kotlin-electron/README.md	8
kotlin-electron/gradle.properties	1
kotlin-electron/karakum/kotlin-js-store/package-lock.json	2114
kotlin-emotion-cache/README.md	3
kotlin-emotion-cache/gradle.properties	1
kotlin-emotion-css/README.md	3
kotlin-emotion-css/gradle.properties	1
kotlin-emotion-react/README.md	3
kotlin-emotion-react/gradle.properties	1
kotlin-emotion-styled/README.md	3
kotlin-emotion-styled/gradle.properties	1
kotlin-emotion-utils/README.md	3
kotlin-emotion-utils/gradle.properties	2
kotlin-js-core/README.md	3
kotlin-js-core/gradle.properties	3
kotlin-js/README.md	3
kotlin-js/gradle.properties	3
kotlin-jszip/README.md	3
kotlin-jszip/gradle.properties	3
kotlin-mui-base/README.md	7
kotlin-mui-base/gradle.properties	1
kotlin-mui-icons-material/README.md	9
kotlin-mui-icons-material/gradle.properties	1
kotlin-mui-lab/README.md	7
kotlin-mui-lab/gradle.properties	1
kotlin-mui-material/README.md	9
kotlin-mui-material/gradle.properties	1
kotlin-mui-system/README.md	7
kotlin-mui-system/gradle.properties	1
kotlin-muix-date-pickers/README.md	7
kotlin-muix-date-pickers/gradle.properties	1
kotlin-muix-tree-view/README.md	7
kotlin-muix-tree-view/gradle.properties	1
kotlin-node/README.md	13
kotlin-node/gradle.properties	2
kotlin-node/karakum/kotlin-js-store/package-lock.json	1381
kotlin-null-writable/README.md	7
kotlin-null-writable/gradle.properties	2
kotlin-null-writable/karakum/kotlin-js-store/package-lock.json	1375
kotlin-pako/README.md	6
kotlin-pako/gradle.properties	2
kotlin-popperjs-core/README.md	6
kotlin-popperjs-core/gradle.properties	2
kotlin-prantlf-jsonlint/README.md	3
kotlin-prantlf-jsonlint/gradle.properties	2
kotlin-preact-signals-core/README.md	3
kotlin-preact-signals-core/gradle.properties	1
kotlin-preact-signals-react/README.md	3
kotlin-preact-signals-react/gradle.properties	1
kotlin-react-beautiful-dnd/README.md	3
kotlin-react-beautiful-dnd/gradle.properties	1
kotlin-react-core/README.md	3
kotlin-react-core/gradle.properties	1
kotlin-react-dom-legacy/README.md	10
kotlin-react-dom-legacy/gradle.properties	1
kotlin-react-dom-test-utils/README.md	3
kotlin-react-dom-test-utils/gradle.properties	1
kotlin-react-dom/README.md	11
kotlin-react-dom/gradle.properties	1
kotlin-react-dom/karakum/gradle.properties	4
kotlin-react-legacy/README.md	308
kotlin-react-legacy/gradle.properties	1
kotlin-react-popper/README.md	3
kotlin-react-popper/gradle.properties	1
kotlin-react-select/README.md	3
kotlin-react-select/gradle.properties	1
kotlin-react-use/README.md	3
kotlin-react-use/gradle.properties	1
kotlin-react/README.md	9
kotlin-react/gradle.properties	1
kotlin-semver/README.md	7
kotlin-semver/gradle.properties	2
kotlin-semver/karakum/gradle.properties	2
kotlin-semver/karakum/kotlin-js-store/package-lock.json	1381
kotlin-styled-next/CHANGELOG.md	77
kotlin-styled-next/README.md	227
kotlin-styled-next/gradle.properties	1
kotlin-tanstack-history/README.md	6
kotlin-tanstack-history/gradle.properties	1
kotlin-tanstack-history/karakum/kotlin-js-store/package-lock.json	1319
kotlin-tanstack-query-core/README.md	6
kotlin-tanstack-query-core/gradle.properties	1
kotlin-tanstack-react-query-devtools/README.md	6
kotlin-tanstack-react-query-devtools/gradle.properties	1
kotlin-tanstack-react-query/README.md	6
kotlin-tanstack-react-query/gradle.properties	1
kotlin-tanstack-react-router/README.md	6
kotlin-tanstack-react-router/gradle.properties	1
kotlin-tanstack-react-table/README.md	6
kotlin-tanstack-react-table/gradle.properties	1
kotlin-tanstack-react-virtual/README.md	6
kotlin-tanstack-react-virtual/gradle.properties	1
kotlin-tanstack-router-core/README.md	6
kotlin-tanstack-router-core/gradle.properties	1
kotlin-tanstack-table-core/README.md	6
kotlin-tanstack-table-core/gradle.properties	1
kotlin-tanstack-virtual-core/README.md	6
kotlin-tanstack-virtual-core/gradle.properties	1
kotlin-tauri-apps-api/README.md	6
kotlin-tauri-apps-api/gradle.properties	1
kotlin-tauri-apps-api/karakum/kotlin-js-store/package-lock.json	1325
kotlin-typescript/README.md	6
kotlin-typescript/gradle.properties	2
kotlin-typescript/karakum/kotlin-js-store/package-lock.json	1360
kotlin-vercel-ncc/README.md	3
kotlin-vercel-ncc/gradle.properties	2
kotlin-vscode/README.md	6
kotlin-vscode/gradle.properties	3
kotlin-web/README.md	6
kotlin-web/gradle.properties	3
kotlin-wrappers-bom/README.md	21
kotlin-wrappers-bom/gradle.properties	1
kotlin-wrappers-catalog/README.md	1
kotlin-wrappers-catalog/gradle.properties	1
kotlin-yaml/README.md	3
kotlin-yaml/gradle.properties	3
