Supabase UI is deprecated

Icon

Installing

Install the component

npm install @supabase/ui

Getting started

Import the component

import { IconMail } from '@supabase/ui'

Basic

We use Feather icon library in Supabase UI

You can use any Icon from the library as a component by prepending Icon to any Icon name, like,

Loading

Icon Size

You can define the size of an icon using the size prop. The size prop is a font-size points (pt) integer

Loading

Icon Stroke Width

You can define the stroke width (line thickness) using the strokeWidth prop

Loading

API Reference