mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 07:25:34 +00:00
Remove configration notes and added to components code
This commit is contained in:
@@ -49,6 +49,17 @@
|
||||
name: 'With Background Image',
|
||||
isOpen: false,
|
||||
code: `
|
||||
<!-- Add this to your tailwind.config.js -->
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
spacing: {
|
||||
128: '32rem',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
<header>
|
||||
<nav class="bg-white shadow dark:bg-gray-800">
|
||||
<div class="container px-6 py-4 mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user