Icon Button

The Icon Button component is a simple styled wrapper around the native HTML button element.

The Icon Button component is a simple styled wrapper around the native HTML button element that is used to trigger an action.

import { EllipsisVerticalIcon } from '@heroicons/react/24/outline'; import { IconButton } from '~/core/ui/IconButton'; <IconButton> <EllipsisVerticalIcon className='h-5' /> </IconButton>

Subscribe to our Newsletter
Get the latest updates about React, Remix, Next.js, Firebase, Supabase and Tailwind CSS