https://github.com/savyjs/digimarket-tailwind
Marketplace Kit for tailwind
https://github.com/savyjs/digimarket-tailwind
Last synced: 4 months ago
JSON representation
Marketplace Kit for tailwind
- Host: GitHub
- URL: https://github.com/savyjs/digimarket-tailwind
- Owner: savyjs
- License: mit
- Created: 2022-12-06T14:09:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T08:37:30.000Z (almost 3 years ago)
- Last Synced: 2025-10-18T05:34:06.873Z (8 months ago)
- Language: SCSS
- Homepage:
- Size: 340 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind Market Kit
> 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')
]
}
```
## License
TMK is licensed under the MIT License.
## link-tree
- Document : [Digimarket - Install And Usage Guide](https://digimarket.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket) ]
- Kit for Tailwind (Repository): [savyjs/digimarket-tailwind](https://github.com/savyjs/digimarket-tailwind)
- Nuxt Module (Repository): [savyjs/digimarket-nuxt-module](https://github.com/savyjs/digimarket-nuxt-module)
- Nuxt 3 Fixture: [Digimarket - Demo and Pages](https://diginuxt.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket-nuxt) ]