Digital Marketplace Kit for Tailwind
Install the plugin from npm:
$ npm install digimarket-kit
Then add the plugin to your tailwind.config.js
file:
export default {
plugins: [
require('digimarket-kit/plugin')
]
}
TMK is licensed under the MIT License.
- Document : Digimarket - Install And Usage Guide [ (Repository) ]
- Kit for Tailwind (Repository): savyjs/digimarket-tailwind
- Nuxt Module (Repository): savyjs/digimarket-nuxt-module
- Nuxt 3 Fixture: Digimarket - Demo and Pages [ (Repository) ]