upd: projeect
Deskripsi: - ui list project - ui grid project - ui create project No Issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Feather } from "@expo/vector-icons";
|
||||
import { InputForm } from "./inputForm";
|
||||
|
||||
export default function InputSearch({ onChange }: { onChange?: (val: string) => void }) {
|
||||
export default function InputSearch({ onChange, width }: { onChange?: (val: string) => void, width?: number }) {
|
||||
return (
|
||||
<InputForm
|
||||
type="default"
|
||||
@@ -9,6 +9,7 @@ export default function InputSearch({ onChange }: { onChange?: (val: string) =>
|
||||
round
|
||||
itemLeft={<Feather name="search" size={20} color="grey" />}
|
||||
onChange={onChange}
|
||||
width={width}
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user