Saaj UI

Icon

Display an icon.

Preview

Installation

npx saaj add Icon

Setup

Follow the react-native-vector-icons setup guide according to your framework of choice.

Usage

MyIcon.tsx
import { Icon } from '@/components/ui/Icon';
 
export function MyIcon() {
  return (
    <Icon name="home" />
  );
}

On this page