Logspot is an open source change log template made with Nuxt, Vue, and Tailwindcss. Subscribe to our newsletter to get the latest updates or follow us on twitter.
Logspot is a lightweight, free and open source template for your changelog made with Vue, Nuxt and Tailwindcss. It leverages Nuxt Content for your feed which allows you to write markdown and use them as a CMS. It has a beautiful UI and is easy to use.
Internally it uses the Iconify icons library. You can copy the icon key and just pass it as a prop like this :icon{name="ph:user-circle-duotone"}, which results in rendering the icon
You can also an alert component, which accepts an icon, title and description.
The alert component accepts three props, the icon(optional, defaults to the exclaimation icon), title and description.
::alert---icon:fluent:error-circle-24-regulartitle:This is alert with default variant colors.description:This will pick up colors from your primary color set in the tailwind config file. You can use this to show some kind of message to your users.---::
This is alert with default variant colors.
This will pick up colors from your primary color set in the tailwind config file. You can use this to show some kind of message to your users.
This is a simple alert with variant set as `success`.
A simple green colored alert, with a different icon.
Logspot provides a built in widget page, which is responsive, lightweight, minimal and easily customizable. Embed it in your website, blog, or any other website, using it as an iframe. Here is an example page which has both the floating and overlay widgets.