This commit is contained in:
khatabwedaa
2021-12-18 17:17:43 +02:00
parent 0e3c7c0187
commit 9f3c0569be
21 changed files with 177 additions and 177 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view-component :name="name" :code="code">
<div class="py-8" slot="component">
<div class="bg-gray-200 dark:bg-gray-700">
<div class="bg-gray-200 dark:bg-gray-800">
<div class="container flex items-center px-6 py-4 mx-auto overflow-y-auto whitespace-nowrap">
<a href="#" class="text-gray-600 dark:text-gray-200">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
@@ -50,7 +50,7 @@
return {
name: 'Full Width',
code: `
<div class="bg-gray-200 dark:bg-gray-700">
<div class="bg-gray-200 dark:bg-gray-800">
<div class="container flex items-center px-6 py-4 mx-auto overflow-y-auto whitespace-nowrap">
<a href="#" class="text-gray-600 dark:text-gray-200">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">

View File

@@ -1,7 +1,7 @@
<template>
<view-component :name="name" :code="code">
<div class="py-8" slot="component">
<div class="bg-gray-200 dark:bg-gray-700">
<div class="bg-gray-200 dark:bg-gray-800">
<div class="container flex items-center px-6 py-4 mx-auto overflow-y-auto whitespace-nowrap">
<a href="#" class="text-gray-600 dark:text-gray-200">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">
@@ -63,7 +63,7 @@
return {
name: 'Full Width With Icons',
code: `
<div class="bg-gray-200 dark:bg-gray-700">
<div class="bg-gray-200 dark:bg-gray-800">
<div class="container flex items-center px-6 py-4 mx-auto overflow-y-auto whitespace-nowrap">
<a href="#" class="text-gray-600 dark:text-gray-200">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 20 20" fill="currentColor">