
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.
A modern, accessible React component library built with Chakra UI v3, TypeScript, and Vite.
npm install xlp-ui @chakra-ui/react @emotion/react
# or
yarn add xlp-ui @chakra-ui/react @emotion/react
# or
pnpm add xlp-ui @chakra-ui/react @emotion/react
Wrap your application with XlpProvider:
import { XlpProvider, XlpButton, XlpBadge } from 'xlp-ui';
function App() {
return (
<XlpProvider>
<XlpButton colorPalette="blue">Click Me</XlpButton>
<XlpBadge colorPalette="green">New</XlpBadge>
</XlpProvider>
);
}
| Component | Description |
|---|---|
XlpButton | Customizable button with variants and sizes |
XlpIconButton | Icon-only button with accessibility |
| Component | Description |
|---|---|
XlpInput | Text input field |
XlpTextarea | Multi-line text input |
XlpSelect | Dropdown select component |
XlpCheckbox | Checkbox input |
XlpRadioGroup | Radio button group |
XlpSwitch | Toggle switch |
XlpNumberInput | Number input with stepper |
| Component | Description |
|---|---|
XlpBadge | Status indicator badge |
XlpTag | Tag/chip for labeling |
XlpAvatar | User avatar with fallback |
XlpTable | Data table component |
XlpAccordion | Collapsible content sections |
XlpCard | Card container with header/body/footer |
| Component | Description |
|---|---|
XlpAlert | Alert messages with status |
XlpSpinner | Loading spinner |
XlpProgress | Progress bar |
XlpSkeleton | Loading placeholder |
XlpEmptyState | Empty content placeholder |
| Component | Description |
|---|---|
XlpModal | Dialog modal |
XlpDrawer | Sliding panel |
XlpTooltip | Hover tooltip |
XlpPopover | Click popover |
| Component | Description |
|---|---|
XlpTabs | Tabbed navigation |
XlpMenu | Dropdown menu |
XlpBreadcrumb | Breadcrumb navigation |
| Component | Description |
|---|---|
XlpDivider | Visual separator |
XlpProvider | Theme provider |
XLP UI comes with a custom theme. Access theme tokens in your components:
import { xlpTheme, semanticTokens } from 'xlp-ui';
Run Storybook locally to explore components:
npm run storybook
Build Storybook for deployment:
npm run build-storybook
# Install dependencies
npm install
# Start development server
npm run dev
# Build the library
npm run build:lib
# Run Storybook
npm run storybook
package.jsonnpm run build:libnpm publishMIT © XLP Team
This project was built as part of a step-by-step YouTube tutorial: 🎥 Build & Publish React Component Library
FAQs
Xelops UI a modern React UI component library built on Chakra UI
The npm package xelops-ui receives a total of 0 weekly downloads. As such, xelops-ui popularity was classified as not popular.
We found that xelops-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.