🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More β†’
Socket
Book a DemoSign in
Socket

fulldev-ui

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fulldev-ui

Astro UI component and block library compatible with shadcn/ui

latest
Source
npmnpm
Version
0.7.0
Version published
Weekly downloads
321
19.78%
Maintainers
1
Weekly downloads
Β 
Created
Source

Fulldev UI

A shadcn-compatible component library built for Astro, designed for content-driven websites.

Features

  • Vanilla Astro Components β€” No framework dependencies, pure Astro components
  • shadcn Compatible β€” Uses the shadcn CLI and registry system for easy installation
  • Content-First β€” Built for content-driven websites with components like sections and tiles
  • 100+ Components & Blocks β€” Ready-to-use UI components and pre-built page blocks
  • Tailwind CSS v4 β€” Styled with the latest Tailwind CSS
  • TypeScript β€” Full TypeScript support

Installation

Prerequisites

  • Node.js 18+
  • pnpm (recommended) or npm

Quick Start

  • Create a new Astro project (skip if you have one):
npx create-astro@latest my-project --template with-tailwindcss --install --git
cd my-project
  • Configure TypeScript paths in tsconfig.json:
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}
  • Initialize shadcn:
npx shadcn@latest init
  • Add fulldev/ui registry to components.json:
{
  "registries": {
    "@fulldev": "https://ui.full.dev/r/{name}.json"
  }
}
  • Add components:
npx shadcn@latest add @fulldev/button

Documentation

Visit ui.full.dev for complete documentation, component examples, and usage guides.

Development

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview

# Type check
pnpm check

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

Community

  • Discord β€” Join our Discord server to share your work and get support
  • Issues β€” Report bugs and request features on GitHub Issues

License

MIT License β€” Copyright (c) 2024–present Fulldev

Keywords

astro-integration

FAQs

Package last updated on 18 Dec 2025

Did you know?

Socket

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.

Install

Related posts