
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.
@seolhun/firstage-ui
Advanced tools
This directory contains all the components that are used in the application. Each component is a separate entity that can be used in different parts of the application.
Root UI built with TypeScript, React and TailwindCSS.
root-ui managed by TailwindCSS. You can customize the theme by modifying the tailwind.config.js file.
We manage below intent colors.
All colors have 0-10 shades and default color(4 shade) is the main color.
:root{
--primary-color:env(--primary-color,#1433ff);
--primary-0-color:env(--primary-0-color,#e5f0ff);
--primary-1-color:env(--primary-1-color,#cfe3ff);
--primary-2-color:env(--primary-2-color,#a9c9ff);
--primary-3-color:env(--primary-3-color,#75a2ff);
--primary-4-color:env(--primary-4-color,#1433ff);
--primary-5-color:env(--primary-5-color,#0028ff);
--primary-6-color:env(--primary-6-color,#0019ff);
--primary-7-color:env(--primary-7-color,#001aff);
--primary-8-color:env(--primary-8-color,#0017e3);
--primary-9-color:env(--primary-9-color,#000cb8);
--primary-10-color:env(--primary-10-color,#000366);
/* ... */
}
FAQs
firstage-ui is a design system for React and tailwindcss.
We found that @seolhun/firstage-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.

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.