Describe the bug The dropdown does not show a shadow when focused. Reproducer https://codesandbox.io/p/sandbox/frosty-hoover-ttd938 PrimeReact version 10.2.1 React version 18.x Language TypeScript Build / Runtime Vite Browser(s) No respo...
5 changes: 5 additions & 0 deletions 5 tailwind.config.cjs Original file line numberDiff line numberDiff line change @@ -25,6 +25,11 @@ module.exports = { ], theme: { extend: { boxShadow: { "titlebar": 'inset 0px -1px 0px 0 rgb(54 54 61 / 0.6)', // highlight for bot...
Show codeEdit in sandbox HTML JavaScript Dropdown Menu item Menu item Menu item
First let's create a next.js project with my template ahmadrosid/next-tailwindcss. You can create with degit by following this command: npx degit ahmadrosid/next-tailwindcss react-dnd-kit-example Then add the dnd-kit dependency to our project. npm install @dnd-kit/core @dnd-kit/utiliti...
1, How are you using the tw-elements? Just from the zip without any bundlers? Or are you using any bundlers? We recommand using bundlers like vite with tailwind. 2, Looks like you have a darkmode enabled in your system. Do you have thedarkMode: "class",added to your...
<!-- ... --> Learn more about arbitrary value support in thearbitrary valuesdocumentation. From the creators of Tailwind CSS Make your ideas look awesome, without relying on a designer. “This is the survival kit I wish I had when I started building apps...
VueJs dropdown component with configurable classes and infinite variants. Friendly with utility-first frameworks like TailwindCSS.Playground: Demo Customize Settings Example variants Default danger Basic example<t-dropdown text="Menu"> Your Profile ...
(event,'dropdown-id-amber')"> amber Dropdown Action Another action
submenu && openSubmenuIndex === index && ( {item.submenu.map((subitem, subindex) => ( handleSubmenuKeyDown( event, item.submenu!, subindex ) } className={`flex items-center gap-2 px-4 py-2 text-sm hover:bg-gray-100 rounded-md ${ focusedSubmenuIndex === subindex ? "bg-gray...
constTDropdown={baseClass:'',dropdownClass:'w-64 bg-white rounded border shadow-md py-2 z-10',disabledClass:'',}exportdefaultTDropdown Remember that in order to change the default settings you canchange default themeor use the props: ...