mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
Remove configration notes and added to components code
This commit is contained in:
@@ -58,6 +58,17 @@
|
||||
return {
|
||||
name: 'With Pattern',
|
||||
code: `
|
||||
<!-- Add this to your tailwind.config.js -->
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
spacing: {
|
||||
128: '32rem',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
<!-- Require css -->
|
||||
<style>
|
||||
.pattern {
|
||||
|
||||
Reference in New Issue
Block a user