HomePaymentsNo-codeDevelopersContribute
Safepay Home PageLive DashboardTest Dashboard

Headline


The HEADLINE component is used to render prominent text that stands out for emphasis or as a section header. It typically provides a way to draw attention to significant sections within content.

Usage

HEADLINE Component Usage
import React from 'react';
import { HEADLINE } from '~/ui/components/Text';

export default function App() {
  return (
    <div>
      <HEADLINE>This is a headline for important content.</HEADLINE>
    </div>
  );
}

Rendered Example

This is a headline for important content.

Props

The HEADLINE component accepts all standard HTML text attributes, allowing for customization to fit various design needs.