upd: division

Deskripsi:
- ui list diviis
- nb: blm selesai

No Issues
This commit is contained in:
amel
2025-03-06 15:37:53 +08:00
parent c07be165ec
commit d3779fcf5d
8 changed files with 107 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ export default function InputSearch({ onChange, width }: { onChange?: (val: stri
itemLeft={<Feather name="search" size={20} color="grey" />}
onChange={onChange}
width={width}
bg="white"
/>
)
}