Skip to content

Commit 2482aa7

Browse files
committed
Add slider in init
1 parent afa297c commit 2482aa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chartlets.py/chartlets/components/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
from .button import Button
33
from .button import IconButton
44
from .checkbox import Checkbox
5+
from .charts.vega import VegaChart
56
from .progress import CircularProgress
67
from .progress import CircularProgressWithLabel
78
from .progress import LinearProgress
89
from .progress import LinearProgressWithLabel
9-
from .charts.vega import VegaChart
1010
from .radiogroup import Radio
1111
from .radiogroup import RadioGroup
1212
from .select import Select
13+
from .slider import Slider
1314
from .switch import Switch
1415
from .tabs import Tab
1516
from .tabs import Tabs

0 commit comments

Comments
 (0)