feat:#5 add slider for time range selection

This commit is contained in:
survellow
2024-01-25 22:41:01 +01:00
parent 65e6f0c8b5
commit 01c79929b0
2 changed files with 135 additions and 26 deletions

View File

@@ -14,6 +14,7 @@ import InputSwitch from "primevue/inputswitch";
import Card from "primevue/card";
import DataView from "primevue/dataview";
import Dialog from "primevue/dialog";
import Slider from 'primevue/slider';
import ToggleButton from "primevue/togglebutton";
import "primeicons/primeicons.css";
import "primeflex/primeflex.css";
@@ -58,6 +59,7 @@ app.component("InputText", InputText);
app.component("InputSwitch", InputSwitch);
app.component("Card", Card);
app.component("DataView", DataView);
app.component("Slider", Slider);
app.component("ToggleButton", ToggleButton);
app.component("SpeedDial", SpeedDial);
app.component("TabView", TabView);