Skip to content

Instantly share code, notes, and snippets.

View mfazekas's full-sized avatar

Miklós Fazekas mfazekas

View GitHub Profile
@mwood23
mwood23 / button.tsx
Created January 24, 2023 07:26
Tamagui Button With Multiple Variants
import {
Stack,
styled,
GetProps,
themeable,
TamaguiElement,
VariantSpreadFunction,
} from '@tamagui/core'
import { Text } from './text'
import { forwardRef } from 'react'