
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@estebancdev/react-tailwind-ui
Advanced tools
Librería de componentes React + Tailwind (sin dependencias a la app, lista para npm).
Una colección de componentes reutilizables para React + Tailwind CSS, construidos con accesibilidad en mente y listos para usar con Radix UI y lucide-react.
Componentes UI sencillos, estilizados con Tailwind, pensados para integrarse fácilmente en proyectos React. Ideal para acelerar formularios y UIs comunes, manteniendo consistencia y accesibilidad.
react
, react-dom
lucide-react
@radix-ui/react-select
@radix-ui/react-dialog
@radix-ui/react-tabs
npm install @estebancastano/react-tailwind-ui lucide-react
@radix-ui/react-select @radix-ui/react-dialog @radix-ui/react-tabs
import { RtwButton, RtwInput, RtwSelect } from "@estebancastano/react-tailwind-ui";
export function Ejemplo() {
return (
<div className="space-y-3">
<RtwButton>Hola</RtwButton>
<RtwInput
label="Email"
type="email"
placeholder="tu@ejemplo.com"
required
/>
<RtwSelect
label="Rol"
items={[
{ label: "Admin", value: "admin" },
{ label: "Editor", value: "editor" }
]}
placeholder="Selecciona un rol"
/>
</div>
);
}
Clona el repo, instala y ejecuta el entorno de desarrollo (ejemplo con Vite):
git clone https://github.com/estebancastano/react-tailwind-ui.git
cd react-tailwind-ui
npm install
npm run dev
¡Contribuciones bienvenidas!
Haz fork del repo
Crea una rama: git checkout -b feature/nombre
Realiza cambios, prueba localmente y haz PR con descripción clara
MIT — ver archivo LICENSE.
Si tienes dudas, reporte de bugs o ideas: abre un issue en GitHub o contáctame vía PR.
FAQs
Librería de componentes React + Tailwind (sin dependencias a la app, lista para npm).
The npm package @estebancdev/react-tailwind-ui receives a total of 7 weekly downloads. As such, @estebancdev/react-tailwind-ui popularity was classified as not popular.
We found that @estebancdev/react-tailwind-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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.