seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Page heading component #45

Closed rmainwork closed 4 years ago

rmainwork commented 4 years ago

Create level 1 heading component (analogous to <h1>) to be used for page headers, application titles etc.

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #45   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           21     23    +2     
  Lines          230    244   +14     
  Branches        18     19    +1     
======================================
+ Hits           230    244   +14
Impacted Files Coverage Δ
src/Theme/MarkOneTheme.ts 100% <ø> (ø) :arrow_up:
src/Headings/PageTitle.tsx 100% <100%> (ø)
src/Headings/index.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f0ffd5d...8aad5a9. Read the comment docs.

rmainwork commented 4 years ago

I've also updated the Header documentation in eda8013c825308498dc9e0c010f64da84051a32b as you requested to use PageTitle instead.