refactor: removed timeline button
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
<timeline-body>
|
||||
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
|
||||
</timeline-body>
|
||||
<timeline-button>
|
||||
Learn more <svg class="ml-2 w-3 h-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>
|
||||
</timeline-button>
|
||||
</timeline-content>
|
||||
</timeline-item>
|
||||
<timeline-item>
|
||||
@@ -51,5 +48,5 @@
|
||||
</Timeline>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineButton, TimelineBody } from '../../../../src/index'
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineBody } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
<timeline-body>
|
||||
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
|
||||
</timeline-body>
|
||||
<timeline-button>
|
||||
Learn more <svg class="ml-2 w-3 h-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>
|
||||
</timeline-button>
|
||||
</timeline-content>
|
||||
</timeline-item>
|
||||
<timeline-item>
|
||||
@@ -54,5 +51,5 @@
|
||||
</Timeline>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineButton, TimelineBody } from '../../../../src/index'
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineBody } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
<timeline-body>
|
||||
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
|
||||
</timeline-body>
|
||||
<timeline-button>
|
||||
Learn more <svg class="ml-2 w-3 h-3" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>
|
||||
</timeline-button>
|
||||
</timeline-content>
|
||||
</timeline-item>
|
||||
<timeline-item>
|
||||
@@ -54,5 +51,5 @@
|
||||
</Timeline>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineButton, TimelineBody } from '../../../../src/index'
|
||||
import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineBody } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user