Skip to content

Navigation Menu

Sign in
Appearance settings

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 1a64352

Browse filesBrowse files
committed
feat: add CListGroupItemDivider wrapper component
1 parent 02d5ffd commit 1a64352
Copy full SHA for 1a64352

File tree

Expand file treeCollapse file tree

2 files changed

+12
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-1
lines changed
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<div class="list-group-item-divider"></div>
3+
</template>
4+
5+
<script>
6+
export default {
7+
name: 'CListGroupItemDivider'
8+
}
9+
</script>

‎src/components/list-group/index.js

Copy file name to clipboard
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import CListGroup from './CListGroup'
22
import CListGroupItem from './CListGroupItem'
3+
import CListGroupItemDivider from './CListGroupItemDivider'
34

45
export {
56
CListGroup,
6-
CListGroupItem
7+
CListGroupItem,
8+
CListGroupItemDivider
79
}

0 commit comments

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