2.0.1 • Published 7 years ago

zooid-heading v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

zooid-heading

A React component to render Zooid like headings. This component should be used instead of h1 - h6

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM

Install

npm install --save zooid-heading

Props

PropTypeDefaultDescription
classNamestringAdditional css classes for your heading
levelnumber1Numerical value from 1 - 6 (1 being the largest)
textAlignstringleftSets text-align property. Options: left, right, center
uppercasebooleanfalseDOES THIS

Example

<Heading level={1}>Level 1 Header</Heading>
<Heading uppercase>Uppercase Header</Heading>
<Heading textAlign="center">Header - Text Aligned Center</Heading>
2.0.1

7 years ago

1.0.10

7 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago