Tailwind component design from daisyUI made into a Cradle CMS theme.
- Index page components
- daisyUI color presets with theme settings support
- Open graph tags
- Production and Development mode
- Index
- Page
- Contact page
- Blog
- Article
- 404-not found
- Search page
- Closed site template with signup form
- Over-the-fold hero section
- Link Grid
- Image Grid
- Content from a page
- Banner sections
- Blogpost cards
- Slideshow
- To add a contact form to a page, choose the page template
contact
. - Add a form (forms are under Messages) named
contact
: Forms guide at CradleCMS.com.
Please note that there are forms validations done and it is important that the submitted form from the website corresponds to what is specified in admin/in the system.
Required | Name | Type | Value | Attributes | Match |
---|---|---|---|---|---|
Y | name | text | - | - | - |
Y | - | - | - | ||
Y | message | textarea | - | - | - |
Y | Submit | submit | Submit | - | - |
There is a builder included for generating the tailwind CSS file for production. With command make
in the terminal it will build a new ouput.css file. The builder requires Podman or Docker (and the environment, Colima on Mac for example) to work.
- https://daisyui.com/ - daisyUI webpage
- https://tailwindcss.com/ - Tailwind CSS (daisyUI is created ontop of Tailwind)
- https://cradlecms.com/ - Cradle CMS
- https://cradlecms.com/blogs/guides/article/dasiy-ui-theme - Go to theme documentation