Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9720dd

Browse filesBrowse files
authored
Merge pull request #291 from cesargb/doc_footer
docs: add as property in CFooter api
2 parents 839a2bc + b52f2ea commit b9720dd
Copy full SHA for b9720dd

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎packages/docs/api/footer/CFooter.api.md

Copy file name to clipboardExpand all lines: packages/docs/api/footer/CFooter.api.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import CFooter from '@coreui/vue/src/components/footer/CFooter'
88

99
#### Props
1010

11-
| Prop name | Description | Type | Values | Default |
12-
| ------------ | ------------------------------------- | ------ | --------------------- | ------- |
13-
| **position** | Place footer in non-static positions. | string | `'fixed'`, `'sticky'` | - |
11+
| Prop name | Description | Type | Values | Default |
12+
| ------------ | --------------------------------------------------------------------------------------- | ------ | --------------------- | ------- |
13+
| **as** | Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'div' |
14+
| **position** | Place footer in non-static positions. | string | `'fixed'`, `'sticky'` | - |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.