collapsible
adrianub/collapsibleFreeComponent
adrianub publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by adrianub on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.adrianub.dev/r/styles/new-york/collapsible.jsonSource
1import { Directive } from '@angular/core'23import {4 RdxCollapsibleContentDirective,5 RdxCollapsibleRootDirective,6 RdxCollapsibleTriggerDirective,7} from '@radix-ng/primitives/collapsible'89@Directive({10 standalone: true,11 selector: '[ubCollapsible]',12 exportAs: 'ubCollapsible',13 hostDirectives: [14 {15 directive: RdxCollapsibleRootDirective,16 inputs: ['open: open', 'disabled: disabled'],17 outputs: ['onOpenChange: onOpenChange'],18 },19 ],20})21export class UbCollapsible { }2223@Directive({24 standalone: true,25 selector: '[ubCollapsibleTrigger]',26 hostDirectives: [RdxCollapsibleTriggerDirective],27})28export class UbCollapsibleTrigger { }2930@Directive({31 standalone: true,32 selector: '[ubCollapsibleContent]',33 hostDirectives: [RdxCollapsibleContentDirective],34})35export class UbCollapsibleContent { }
What it pulls in
npm packages
Files it writes
More from adrianub
All 23 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | adrianub | Components | Free | 1 dep | |
| alertalert | adrianub | Components | Free | no deps | |
| aspect-ratioaspect-ratio | adrianub | Components | Free | 1 dep | |
| avataravatar | adrianub | Components | Free | 1 dep | |
| badgebadge | adrianub | Components | Free | no deps | |
| breadcrumbbreadcrumb | adrianub | Components | Free | no deps | |
| buttonbutton | adrianub | Components | Free | no deps | |
| cardcard | adrianub | Components | Free | no deps |
