Tascurator / tascurator-frontend

0 stars 0 forks source link

feat: create UI components input and ShareHouse name input #52

Closed HrRn closed 1 month ago

HrRn commented 1 month ago

Overview

Changes

Screenshots or videos

スクリーンショット 2024-04-07 162337

How to use the input component with an icon

import { PawPrint } from 'lucide-react';

<Input
  icon={<PawPrint className={'stroke-1 stroke-primary'} />}
  className="pr-12"
  type="text"
  placeholder="placeholder"
/>

Assignee Checklist:

Reviewer Checklist: