TodayQuestionCard.Question
The TodayQuestionCard.Question component renders the question text prominently.
Basic Example
import { TodayQuestionCard } from "@ovok/native";
import * as React from "react";
const Example = () => (
<TodayQuestionCard.Question>How are you feeling?</TodayQuestionCard.Question>
);
export default Example;
Props
Extends TextProps<"bodyLarge"> from react-native-paper.
Primary Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | undefined | Question content |
style | StyleProp<TextStyle> | undefined | Additional styles |
Styling
Default Styles
fontSize: 19;
fontWeight: "600";