kreirane komponente
This commit is contained in:
9
app/ui/AddMonthButton.tsx
Normal file
9
app/ui/AddMonthButton.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PlusCircleIcon } from "@heroicons/react/24/outline";
|
||||
|
||||
export interface AddMonthButtonProps {
|
||||
}
|
||||
|
||||
export const AddMonthButton:FC<AddMonthButtonProps> = () =>
|
||||
<span className='grid self-center' data-tip="Dodaj novi mjesec">
|
||||
<PlusCircleIcon className="h-[1em] w-[1em] cursor-pointer text-4xl" />
|
||||
</span>
|
||||
Reference in New Issue
Block a user