
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
@djangocfg/ui
Advanced tools
Production-ready React UI component library with Radix UI primitives, Tailwind CSS styling, charts, and form components
React UI library with 56+ components built on Radix UI + Tailwind CSS v4.
Part of DjangoCFG — modern Django framework for production-ready SaaS applications.
pnpm add @djangocfg/ui
Label Button ButtonLink DownloadButton Input Checkbox RadioGroup Select Textarea Switch Slider Combobox MultiSelect MultiSelectPro MultiSelectProAsync InputOTP PhoneInput Form Field JsonSchemaForm
Card Separator Skeleton AspectRatio Sticky ScrollArea Resizable Section
NavigationMenu Breadcrumb Tabs Pagination BreadcrumbNavigation SSRPagination StaticPagination
Dialog AlertDialog Sheet Drawer Popover HoverCard Tooltip Command ContextMenu DropdownMenu Menubar
Toast Alert Progress Badge Avatar Toaster
Table Accordion Collapsible Toggle ToggleGroup Calendar Carousel Chart
Sidebar ImageWithFallback ButtonGroup Empty Spinner Kbd TokenIcon Sonner InputGroup Item
JsonTree PrettyCode Mermaid LottiePlayer
Hero SuperHero FeatureSection CTASection NewsletterSection StatsSection TestimonialSection
import { Hero } from '@djangocfg/ui/blocks';
| Hook | Description |
|---|---|
useMediaQuery | Responsive breakpoints |
useTheme | Light/dark theme |
useCopy | Copy to clipboard |
useCountdown | Countdown timer |
useDebounce | Debounce values |
useIsMobile | Mobile detection |
useLocalStorage | Persistent state |
import { Button, Card, Input, useToast } from '@djangocfg/ui';
function Example() {
const { toast } = useToast();
return (
<Card>
<Input placeholder="Email" />
<Button onClick={() => toast({ title: 'Saved!' })}>
Submit
</Button>
</Card>
);
}
// Import global styles
import '@djangocfg/ui/styles/globals';
| Path | Content |
|---|---|
@djangocfg/ui | All components & hooks |
@djangocfg/ui/blocks | Landing page blocks |
@djangocfg/ui/tools | JsonTree, Mermaid, etc. |
@djangocfg/ui/styles | CSS |
h-[80px]) may not work - use inline stylesbg-background/80) broken with HSL - use inline styles@theme blockFAQs
Production-ready React UI component library with Radix UI primitives, Tailwind CSS styling, charts, and form components
The npm package @djangocfg/ui receives a total of 88 weekly downloads. As such, @djangocfg/ui popularity was classified as not popular.
We found that @djangocfg/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.