Skip to content

Commit

Permalink
Merge pull request #21 from onesine/cha2hyun-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
onesine authored Mar 3, 2023
2 parents 47e3174 + 3956ffb commit 610544f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,19 +278,19 @@ const options = [
{
label: "Mammal",
options: [
{ value: "Dolphin", labe: "🐬 Dolphin" },
{ value: "Giraffe", labe: "πŸ¦’ Giraffe" }
{ value: "Dolphin", label: "🐬 Dolphin" },
{ value: "Giraffe", label: "πŸ¦’ Giraffe" }
]
},
{
label: "Carnivore",
options: [
{ value: "Tiger", labe: "πŸ… Tiger" },
{ value: "Lion", labe: "🦁 Lion" }
{ value: "Tiger", label: "πŸ… Tiger" },
{ value: "Lion", label: "🦁 Lion" }
]
},
// πŸ‘‰ You can put the grouped and ungrouped options together
{ value: "Zombie", labe: "🧟 Zombie" }
{ value: "Zombie", label: "🧟 Zombie" }
];
```

Expand Down

0 comments on commit 610544f

Please sign in to comment.