Added combobox and command

This commit is contained in:
Lucas Oliveira 2023-11-16 10:46:29 -03:00
commit 93df6b0a8b
4 changed files with 1168 additions and 0 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"@radix-ui/react-popover": "^1.0.7",
"cmdk": "^0.2.0"
}
}