/** @type {import('tailwindcss').Config} */ export default { content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: { colors: { paper: { 300: "#1a1a1c", 400: "#25272b", 500: "#151417" } }, keyframes: { slideLeftAndFade: { from: { ...
Tailwind CSS makes it quicker to write and maintain the code of your application. By using this utility-first framework, you don’t have to write custom CSS to style your application. Instead, you can use utility classes to control the padding, margin, color, font, shadow, ...
基于vite+vue3+gin搭建的开发基础平台(支持TS,JS混用),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器,chatGPT自动查表等开发必备功能。 - 集成tailwindcss 替换新的登陆页面和版权信息组件 (#149
可以通过使用tailwindcss的动画类来实现。tailwindcss是一个功能强大的CSS框架,它提供了一系列的CSS类,可以快速构建现代化的用户界面。 要为height属性设置动画,可以使用tailwindcss的transition类和动画类。transition类用于定义过渡效果,而动画类用于定义动画效果。 首先,我们需要在HTML元素上添加transition类,以便在高度发生...
import type { Config } from 'tailwindcss' const config: Config = { darkMode: 'class', content: ['./src/**/*.tsx'], theme: { extend: { gridTemplateColumns: { app: 'minmax(18rem, 20rem) 1fr', form: 'minmax(7.5rem, 17.5rem) minmax(25rem, 1fr) minmax(0, 15rem)', }, bor...
So I can't see HTML elements and classes (slick-slider, slick-list, slick-slide, slick-active...) of React Slick to change them directly by entering Tailwind CSS classes. In the same folder of every component, I have {ComponentName}.module.css file. And this is two ways that I have...
Yes. For now you can only use components for projects that support tailwind. If you're not using tailwind css, We highly recommend that you to start using it. In future, we are planning to add more css related components and templates?
TailwindCSS 发布了 3.0, 功能也越来越好用,那么是否有与之相关的组件库呢 ? 每个项目都有 awesome...
删除toggleSideBar &&,只保留className的变化,负责显示或隐藏菜单,当渲染时,toggleSideBar的值等于false...
This is by farthe cleanest template and the most well structured. The most well thought out design theme I have ever used. The codes are up to standard. The css styles are very clean. In fact the cleanest andthe most up to standard I have ever seen. This is also the easiest template...