Skip to content

Instantly share code, notes, and snippets.

@tanyo13
tanyo13 / test1.py
Created January 19, 2024 11:16
trying to put a slider with marker labels with NiceGUI
from nicegui import ui, app
js = """
import { ref, computed } from 'vue'
export default {
setup () {
const model = ref(2)
const priceModel = ref(4)