Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ client:vue:
- changed-files:
- any-glob-to-any-file: packages/cubejs-client-vue3/**/*

client:svelte:
- changed-files:
- any-glob-to-any-file: packages/cubejs-client-svelte/**/*

client:ngx:
- changed-files:
- any-glob-to-any-file: packages/cubejs-client-ngx/**/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Cube provides integration libraries for popular front-end frameworks:
</Card>
<Card title="React" img="https://static.cube.dev/icons/react.svg" href="/reference/javascript-sdk/react">
</Card>
<Card title="Svelte" img="https://static.cube.dev/icons/svelte.svg" href="/reference/javascript-sdk/svelte">
</Card>
<Card title="Vue" img="https://static.cube.dev/icons/vue.svg" href="/reference/javascript-sdk/vue">
</Card>
</CardGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs-mintlify/api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Resources by entity:

Query the Core Data API from JavaScript or TypeScript with Cube's JS client,
[`@cubejs-client/core`](https://www.npmjs.com/package/@cubejs-client/core), which
also ships React, Vue, and Angular bindings and a WebSocket transport for
also ships React, Vue, Svelte, and Angular bindings and a WebSocket transport for
real-time updates. See the [JavaScript SDK](/reference/javascript-sdk) reference
for full usage.

Expand Down
2 changes: 2 additions & 0 deletions docs-mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,13 +581,15 @@
"reference/javascript-sdk",
"reference/javascript-sdk/react",
"reference/javascript-sdk/vue",
"reference/javascript-sdk/svelte",
"reference/javascript-sdk/angular",
{
"group": "SDK Reference",
"pages": [
"reference/javascript-sdk/reference/cubejs-client-core",
"reference/javascript-sdk/reference/cubejs-client-react",
"reference/javascript-sdk/reference/cubejs-client-vue",
"reference/javascript-sdk/reference/cubejs-client-svelte",
"reference/javascript-sdk/reference/cubejs-client-ngx",
"reference/javascript-sdk/reference/cubejs-client-ws-transport"
]
Expand Down
2 changes: 1 addition & 1 deletion docs-mintlify/reference/javascript-sdk/angular.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ or
[WebSockets](/recipes/core-data-api/real-time-data-fetch)
and visualize analytical data with tools of your choice. However, it’s much
easier to use the Cube JavaScript client and bindings for popular frameworks
such as React, Angular, and Vue.
such as React, Angular, Vue, and Svelte.

The client has methods to communicate with the Cube API Gateway, and retrieve
and process data. It is designed to work with existing charting libraries
Expand Down
4 changes: 2 additions & 2 deletions docs-mintlify/reference/javascript-sdk/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: npm
description: "Use Cube's JavaScript client and React, Vue, or Angular bindings to build data-driven UIs."
description: "Use Cube's JavaScript client and React, Vue, Svelte, or Angular bindings to build data-driven UIs."
---

JavaScript SDK
Expand All @@ -14,7 +14,7 @@ or
[WebSockets](/recipes/core-data-api/real-time-data-fetch)
and visualize analytical data with tools of your choice. However, it's much
easier to use the Cube JavaScript client and bindings for popular frameworks
such as React, Angular, and Vue.
such as React, Angular, Vue, and Svelte.

The client has methods to communicate with Cube API Gateway and retrieve and
process data. It is designed to work with existing charting libraries including
Expand Down
2 changes: 1 addition & 1 deletion docs-mintlify/reference/javascript-sdk/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ or
[WebSockets](/recipes/core-data-api/real-time-data-fetch)
and visualize analytical data with tools of your choice. However, it's much
easier to use the Cube JavaScript client and bindings for popular frameworks
such as React, Angular, and Vue.
such as React, Angular, Vue, and Svelte.

The client has methods to communicate with Cube API Gateway and retrieve and
process data. It is designed to work with existing charting libraries including
Expand Down
Loading
Loading