import React from 'react';
import Header from 'terra-clinical-header';

const LongTextWithButtons = () => (
  <div>
    <Header
      text="This is a header with long text .This is an element provides a customizable header layout with a prominent title options for the elements.This component saves time and effort in designing a header from scratch and ensures consistency across a website's pages."
      level={3}
    />
  </div>
);

export default LongTextWithButtons;
