You can create your own color theme by adding a new key in the typography section of your tailwind.config.js file and providing your colors under the css key: /** @type {import('tailwindcss').Config} */ module.exports = { theme: { extend: { typography: ({ theme }) => ({ pink...
blog-section add blog section page and its first component Oct 9, 2020 breadcrumbs add new breadcrumb component Sep 24, 2020 button-groups remove border added by chrome on buttons Jul 12, 2020 button remove border added by chrome on buttons Jul 12, 2020 cards add new card item Jul 19, 20...
You can create your own color theme by adding a new key in the typography section of your tailwind.config.js file and providing your colors under the css key: /** @type {import('tailwindcss').Config} */ module.exports = { theme: { extend: { typography: ({ theme }) => ({ pink...
Install all the components: import'nx-card/dist/nx-card.css'importNxCardfrom'nx-card/dist/nx-card.common'Vue.use(NxCard) JavaScript ⚠️ You may have to setup your bundler to embed the css file in your page. Browser HTML The plugin should be auto-installed. If not, you can insta...
When looking for templates, my top priority lies in determining it's customization. Utilizing Tailwind CSS makes it super easy to add a unique look and feel. Thus I consider Red Pixel Themes templates agreat option to kickstart your next online presence. ...
When looking for templates, my top priority lies in determining it's customization. Utilizing Tailwind CSS makes it super easy to add a unique look and feel. Thus I consider Red Pixel Themes templates a great option to kickstart your next online presence. Florentin Eckl Before I came acros...
│ │ └── tailwind.css │ ├── components │ │ ├── Cards │ │ │ ├── CardBarChart.vue │ │ │ ├── CardLineChart.vue │ │ │ ├── CardPageVisits.vue │ │ │ ├── CardProfile.vue │ │ │ ├── CardSettings.vue ...
Garderia is an elegant and attention-grabbing WordPress theme for gardening, landscaping, and florists. If you want to promote your services in the best possible light, use Garderia now. There is no need to wait, as you can have the final version ready and live sooner rather than later. ...
UI components : UI components for React and Vue (soon) with Tailwind, every example support both directions LTR and RTL. Website templates : A collection of professional and beautifully designed website templates, built on top of React, Next.js and Nuxt (soon) with Tailwind CSS. Contributing...
A Tailwind CSS plugin for creating beautiful animations. This is a fork of the original project tailwindcss-animate. This fixes the issue with css-modules 1. <!-- Add an animated fade and zoom entrance --> ... <!-- Add an animated slide to top-left exit --> ... <!-- Control ...