@labrnth/heading
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -12,2 +12,8 @@ # Change Log | ||
## 0.1.3 - 18/05/2021 | ||
### Changed | ||
- Updated the `README.md`. | ||
## 0.1.2 - 05/05/2021 | ||
@@ -14,0 +20,0 @@ |
@@ -0,0 +0,0 @@ import React from 'react'; |
{ | ||
"name": "@labrnth/heading", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A heading component.", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.tsx", |
@@ -21,5 +21,5 @@ # @labrnth/heading | ||
| Prop | Type | Default | Description | | ||
| --------- | -------------------------------------------------------------------- | ------- | ---------------------------------------- | | ||
| children | `React.ReactNode` | | The contents of the heading. | | ||
| component | `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `div`, `label`, `span`, `header` | `h1` | The underlying component of the heading. | | ||
| Prop | Type | Default | Description | | ||
| ---------- | -------------------------------------------------------------------- | ------- | ---------------------------------------- | | ||
| children | `React.ReactNode` | | The contents of the heading. | | ||
| component? | `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `div`, `label`, `span`, `header` | `h1` | The underlying component of the heading. | |
23517