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

@docyrus/react

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@docyrus/react

unpublished
npmnpm
Version
0.0.3
Version published
Maintainers
3
Created
Source

@docyrus/react

DocyUI CLI for React components.

Installation

npx @docyrus/react init

Commands

Initialize project

npx @docyrus/react init

List all components

npx @docyrus/react list

Add a component

npx @docyrus/react add button
npx @docyrus/react add

Install all components

npx @docyrus/react add --all

Requirements

  • React 18+
  • TailwindCSS v4
  • TypeScript

Usage

After adding components, import them in your React app:

import { Button } from '@/docyrusUI/button'

export default function App() {
  return <Button>Click me</Button>
}

FAQs

Package last updated on 25 Aug 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