Skip to content

Commit

Permalink
add text area to form
Browse files Browse the repository at this point in the history
  • Loading branch information
alfazh123 committed Dec 7, 2023
1 parent 70fb209 commit b70df1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ui/components/borrow/create-borrow-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ export default function CreateBorrowForm() {
type='time'
placeholder='Time End'
/>
<textarea
className='border-2 border-gray-500 rounded-md px-4 py-2 mb-5'
name=''
id=''
rows={5}
placeholder='Description'
/>
<div className='flex justify-end'>
<Link href='/dashboard'>
<button className='bg-red-500 text-white rounded-md px-4 py-2 mx-4'>
Expand Down

0 comments on commit b70df1b

Please sign in to comment.