removed title
This commit is contained in:
Родитель
c4d7e35ac9
Коммит
792fa33cdb
|
@ -13,7 +13,7 @@ class App extends React.Component {
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<header className="App-header">
|
<header className="App-header">
|
||||||
<Simulator />
|
<Simulator />
|
||||||
<InputSlider min={0} max={250} title={"slider"} step={1} min_label={"min"} max_label={"max"}/>
|
<InputSlider min={0} max={250} step={1} min_label={"min"} max_label={"max"}/>
|
||||||
<a
|
<a
|
||||||
className="App-link"
|
className="App-link"
|
||||||
href="https://github.com/microsoft/vscode-python-embedded"
|
href="https://github.com/microsoft/vscode-python-embedded"
|
||||||
|
|
|
@ -9,7 +9,6 @@ interface ISliderProps{
|
||||||
max: number;
|
max: number;
|
||||||
min_label: string;
|
min_label: string;
|
||||||
max_label: string;
|
max_label: string;
|
||||||
title:string;
|
|
||||||
step:number;
|
step:number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче