Logo
nswds-ui/logoFreeComponent
NSW Government logo component.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/digitalnsw/nswds-ui/main/apps/registry/public/r/logo.jsonSource
1import clsx from 'clsx'2import type { ComponentPropsWithoutRef, Ref } from 'react'34type LogoProps = ComponentPropsWithoutRef<'svg'> & {5 logoType?: 'default' | 'reversed' | 'mono-white' | 'mono-black'6 ref?: Ref<SVGSVGElement>7}89export function Logo({ logoType = 'default', ref, ...props }: LogoProps) {10 return (11 <>12 <span className='sr-only'>NSW Government</span>13 <svg ref={ref} viewBox='0 0 259 280' aria-hidden='true' {...props}>14 <path15 fillRule='evenodd'16 clipRule='evenodd'17// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from @nswds/ui
All 46 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Aspect Ratioaspect-ratio | @nswds/ui | Components | Free | 2 deps · 2 files | |
| Badgebadge | @nswds/ui | Components | Free | 4 deps · 2 files | |
| Buttonbutton | @nswds/ui | Components | Free | 4 deps · 2 files | |
| Cardcard | @nswds/ui | Components | Free | 2 deps · 2 files | |
| Collapsiblecollapsible | @nswds/ui | Components | Free | 1 dep | |
| Drawerdrawer | @nswds/ui | Components | Free | 3 deps · 2 files | |
| Expandable Searchexpandable-search | @nswds/ui | Components | Free | 3 deps · 2 files | |
| Fieldfield | @nswds/ui | Components | Free | 4 deps · 2 files |
