The best shadcn/ui kit for Figma - a comprehensive collection of customizable components, charts and assets based on the popular shadcn/ui.
@ilbertt thanks for the information, I don't think that these PR will be accepted quickly, in the meantime I will use this one: https://shadcnui-expansions.typeart.cc/docs/multiple-selector 👀2 Salman9000 commented on Dec 24, 2024 Salman9000 on Dec 24, 2024 @ilbertt thanks for t...
Enhance your design with our collection of customized Shadcn UI components, crafted to give you more flexibility and style options for a polished, unique look. Multiple Variants Access a wide range of component styles to fit any design need. ...
components/ui/sidebar.tsx const SIDEBAR_WIDTH = "16rem" const SIDEBAR_WIDTH_MOBILE = "18rem"CopyFor multiple sidebars in your application, you can use the style prop to set the width of the sidebar.To set the width of the sidebar, you can use the --sidebar-width and --sidebar-width...
ui/select ShadcnSelect.vue group ShadcnSelectGroup.vue option ShadcnSelectOption.vue types.ts 2 changes: 1 addition & 1 deletion 2 docs/components/select.md Original file line numberDiff line numberDiff line change @@ -283,7 +283,7 @@ const defaultSelect = ref('') <script se...
我有一个选择,我只想要一个下拉箭头和下面的一条线。我设法删除了上/左/右边框。即使我下拉选择,也没有边框。但是,当下拉菜单关闭并且光标位于文本中时,会显示黑色边框。 如何去掉这个边框? 非常感谢!shadcnui 1个回答 0投票 尝试删除 ring,将类添加到 SelectTrigger,如下所示: class="focus:ring-0 focus...
Hey guys,I am trying to use the shadcn ui components in my SPFX solution but have hit a wall.There is a util function it uses to merge tailwind that looks...
The best shadcn/ui kit for Figma - a comprehensive collection of customizable components, charts and assets based on the popular shadcn/ui.
A shadcn/ui style fast, composable, fully-featured multiple selector with a textarea for React, inspired by the Multiple Selector in shadcnui-expansions. radix-uishadcn-uishadcnshadcn-react UpdatedMar 3, 2025 TypeScript Starter for Laravel 11 with Inertia React included with multi-role auth...
3 changes: 3 additions & 0 deletions 3 src/ui/select/types.ts Original file line numberDiff line numberDiff line change @@ -11,6 +11,8 @@ export interface SelectProps type?: keyof typeof HoverType multiple?: boolean border?: boolean...