
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@djaciel/react-components
Advanced tools
React UI components using tailwindcss
Component Groups
Top level components
yarn add @wooy/react-components
Required:
// tailwind.config.js
const wooyTheme = require("@wooy/react-components");
module.exports = wooyTheme({
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
});
// _app.jsx
import "@wooy/react-components/dist/index.css";
Now you can use any components you want:
import React from "react";
import { Button } from "@wooy/react-components";
<Button type="submit">Submit</Button>;
// -------------------
import React from "react";
import Link from "next/link";
import { ButtonLink } from "@wooy/react-components";
<ButtonLink Link={Link} href={href} as={as}>View</Button>
In react-components
:
yalc publish
In the app you're importing react-components
:
yalc add @wooy/react-components
TODO: Make this better...
In react-components
:
yarn link
In the app you're importing react-components
:
yarn link-components
In react-components
:
yarn link-local
yarn start
In the app you're importing react-components
:
yarn dev
And your app will hot reload when changes are detected in the components folder!
yarn test
will run jestFAQs
Wooy UI elements in a shared lib
The npm package @djaciel/react-components receives a total of 0 weekly downloads. As such, @djaciel/react-components popularity was classified as not popular.
We found that @djaciel/react-components demonstrated a not healthy version release cadence and project activity because the last version was released 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.