Skip to content
Merged
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,4 @@ marimo/_static/
marimo/_lsp/
__marimo__/

assets/
_vite
8 changes: 6 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,12 @@ pip install dash-vite-plugin

有关详细的使用示例,请参阅示例文件:

- [Vue.js 示例](example_vue.py) - 演示如何将插件与 Vue.js 一起使用
- [React 示例](example_react.py) - 演示如何将插件与 React 一起使用
- [React Basic Demo](./examples/react-basic-demo) - 集成`React`的基础示例
- [React Bits Grid Scan Demo](./examples/react-bits-grid-scan-demo) - 示例:集成使用`react-bits`中的`GridScan`组件
- [React Bits Lightning Demo](./examples/react-bits-lightning-demo) - 示例:集成使用`react-bits`中的`Lightning`组件
- [React Bits Shiny Text Demo](./examples/react-bits-shiny-text-demo) - 示例:集成使用`react-bits`中的`ShinyText`组件
- [Vue Basic Demo](./examples/vue-basic-demo) - 集成`Vue`的基础示例


这些示例展示了如何使用不同前端框架设置插件,并包含测试回调以验证集成是否正常工作。

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ Note: This plugin requires Python 3.8 or higher.

For detailed usage examples, please refer to the example files:

- [Vue.js Example](example_vue.py) - Demonstrates how to use the plugin with Vue.js
- [React Example](example_react.py) - Demonstrates how to use the plugin with React
- [React Basic Demo](./examples/react-basic-demo) - Basic usage with React
- [React Bits Grid Scan Demo](./examples/react-bits-grid-scan-demo) - Example: integrating `react-bits` GridScan component
- [React Bits Lightning Demo](./examples/react-bits-lightning-demo) - Example: integrating `react-bits` Lightning component
- [React Bits Shiny Text Demo](./examples/react-bits-shiny-text-demo) - Example: integrating `react-bits` ShinyText component
- [Vue Basic Demo](./examples/vue-basic-demo) - Basic usage with Vue

These examples show how to set up the plugin with different frontend frameworks and include test callbacks to verify that the integration is working correctly.

Expand Down
157 changes: 0 additions & 157 deletions example_react.py

This file was deleted.

162 changes: 0 additions & 162 deletions example_vue.py

This file was deleted.

Loading
Loading