Add range details panel
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Component, ReactNode } from "react";
|
||||
import { AttrInput } from "@Component/AttrInput/AttrInput";
|
||||
import "./RangeDetails.scss";
|
||||
|
||||
class RangeDetails extends Component {
|
||||
public render(): ReactNode {
|
||||
return <div>
|
||||
<AttrInput></AttrInput>
|
||||
<AttrInput isNumber></AttrInput>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
export { RangeDetails };
|
||||
Reference in New Issue
Block a user