
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tick-components
Advanced tools
Modern, scalable React component library built with Vite, TypeScript, and CSS Modules. Designed for robust design systems.
Modern, scalable React component library built with Vite, TypeScript, and CSS Modules. Designed for robust design systems.
# Desde npm (si está publicado)
npm install tick-components
# Desde GitHub (sin publicar en npm)
npm install git+https://github.com/Iber-Chambi/tick-components.git
# Usando yarn
yarn add tick-components
# Usando bun
bun add tick-components
import { EgxPriceBoxList } from 'tick-components';
import 'tick-components/style.css';
function App() {
const prices = [
{ id: 1, price: 99.99, label: 'Basic', currency: '$' },
{ id: 2, price: 199.99, label: 'Pro', currency: '$' },
{ id: 3, price: 299.99, label: 'Enterprise', currency: '$' },
];
return (
<EgxPriceBoxList
items={prices}
onPriceClick={(item) => console.log('Selected:', item)}
/>
);
}
Incluye componentes de UI para dashboards, formularios, listas, inputs, layouts y más. Ejemplo:
import { EgxPriceBoxList } from 'tick-components';
// ...
<EgxPriceBoxList items={[{ price: 29.99, label: 'Starter' }]} />
npm run storybook)Clona el repo y usa los scripts npm para desarrollo, build, test y storybook.
Organización modular y escalable para proyectos grandes. Ver guía de componentes en la documentación.
Tokens de diseño para colores, tipografía, espaciados, sombras y más. Personaliza tu UI fácilmente.
React, TypeScript, Vite, CSS Modules, Storybook.
Todos los componentes tienen tipado completo y autocompletado.
Actualiza con:
npm update tick-components
Soporte para los principales navegadores modernos.
¡Contribuciones bienvenidas! Sigue la estructura y patrones del proyecto.
MIT
FAQs
Modern, scalable React component library built with Vite, TypeScript, and CSS Modules. Designed for robust design systems.
We found that tick-components 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.