Add Slider component (#14774)

* initial

* more cleanup

* update types
This commit is contained in:
Charles Gagnon
2021-03-18 09:47:36 -07:00
committed by GitHub
parent 03d2ac7206
commit 88b7960d01
11 changed files with 506 additions and 8 deletions

View File

@@ -262,7 +262,8 @@ export function createViewContext(): ViewTestContext {
tabbedPanel: undefined!,
separator: undefined!,
propertiesContainer: undefined!,
infoBox: undefined!
infoBox: undefined!,
slider: undefined!
}
};
let tab: azdata.window.DialogTab = {