import React from 'react'; import { Stat, Heading, Box } from 'native-base'; export const Example = () => { return ( Basic Stat Usage Amount £126.00 Feb 12 - Feb 28 ); };