PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
jet-engine
/
framework
/
vue-ui
/
components
<div class="cx-vui-notices"> <transition-group name="cx-vui-notices" tag="div"> <div v-for="( item, itemID ) in stack" :class="[ 'cx-vui-notice', 'cx-vui-notice--' + item.type, ]" :key="'item-' + itemID" > <div :class="[ 'cx-vui-notice__icon', 'cx-vui-notice__icon--' + item.type, ]" v-html="getIcon( item.type )" ></div> <div class="cx-vui-notice__content"> <div class="cx-vui-notice__title" v-if="item.title" v-html="item.title" ></div> <div class="cx-vui-notice__message" v-if="item.message" v-html="item.message" ></div> </div> <div class="cx-vui-notice__close" @click="destroyItem( itemID )" > <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1.61074L9.61074 8L16 14.3893L14.3893 16L8 9.61074L1.61074 16L0 14.3893L6.38926 8L0 1.61074L1.61074 0L8 6.38926L14.3893 0L16 1.61074Z"/></svg> </div> </div> </transition-group> </div>
[+]
..
[-] pagination.php
[edit]
[-] collapse.php
[edit]
[-] f-select.php
[edit]
[-] textarea.php
[edit]
[-] fselect.php
[edit]
[-] list-table.php
[edit]
[-] popup.php
[edit]
[-] repeater.php
[edit]
[-] tabs-panel.php
[edit]
[-] select.php
[edit]
[-] dimensions.php
[edit]
[-] input.php
[edit]
[-] tabs.php
[edit]
[-] list-table-heading.php
[edit]
[-] wp-media.php
[edit]
[-] repeater-item.php
[edit]
[-] radio.php
[edit]
[-] colorpicker.php
[edit]
[-] notice.php
[edit]
[-] button.php
[edit]
[-] checkbox.php
[edit]
[-] component-wrapper.php
[edit]
[-] switcher.php
[edit]
[-] iconpicker.php
[edit]
[-] title.php
[edit]
[-] list-table-item.php
[edit]