not-tinder-ui

not-tinder-ui

  • Docs

›Components

Get started

  • Introduction

Components

  • AddRemoveImage
  • Avatar
  • Card
  • ChatBubble
  • ChatInput
  • CustomSwitch
  • LabeledInput
  • LabeledRadioButtons
  • MediaCard
  • SwipeableWrapper

Card

Simple Card component

Card_example

Usage

import React from 'react'
import { Text } from 'react-native'
import { Card } from 'nottinderuikit'

const SimpleCard = () => {
  return <Card>
    <Text>Hey you!, yes you, have a nice day !</Text>
  </Card>
}
export default SimpleCard

Props

  • children

Reference

children

The components we want to wrap into the Card

TypeDefaultRequired
ReactNodeundefinedfalse
← AvatarChatBubble →
  • Usage
  • Props
  • Reference
    • children
not-tinder-ui
Docs
Getting Started (or other categories)
More
GitHubStar
Facebook Open Source