We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84953b9 commit 0fc26b5Copy full SHA for 0fc26b5
src/components/Main.js
@@ -4,21 +4,15 @@ import { FlexboxGrid, Divider } from "rsuite";
4
5
let styleObj = {
6
display: "block",
7
- height: "40px"
+ height: "40px",
8
};
9
10
-const variantTypes = ["", "outline", "text"];
11
-const colorTypes = ["default", "primary", "danger", "secondary"];
12
-const sizeTypes = ["xs", "sm", "md", "lg"];
13
-const startIconTypes = ["home", "bookmarks", "bolt", "book"];
14
-const endIconTypes = ["toys", "whatshot", "weekend", "vignette"];
15
-
16
const types = {
17
color: ["default", "primary", "danger", "secondary"],
18
size: ["xs", "sm", "md", "lg"],
19
variant: ["", "outline", "bold", "text"],
20
startIcon: ["home", "bookmarks", "bolt", "book"],
21
- endIcon: ["toys", "whatshot", "weekend", "vignette"]
+ endIcon: ["toys", "whatshot", "weekend", "vignette"],
22
23
24
const Main = () => {
0 commit comments