
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.
another-react-tailwind-component-library
Advanced tools
A React component library built with Radix UI primitives and Tailwind CSS v4.
A React component library built with Radix UI primitives and Tailwind CSS v4.
npm install another-react-tailwind-component-library tailwindcss@^4.0.0
Import the reference theme into your CSS file:
/* app.css */
@import "tailwindcss";
@import "another-react-tailwind-component-library/theme.css";
Or copy the contents of theme.css and customize the CSS variables to match your design system.
import { Button, Card, Hero, Carousel } from 'another-react-tailwind-component-library';
function App() {
return (
<Button variant="primary" size="md">
Click me
</Button>
);
}
The theme.css file exports CSS variables using Tailwind CSS v4's @theme directive. You can override any of these variables in your own CSS:
@import "tailwindcss";
@import "another-react-tailwind-component-library/theme.css";
@theme {
--color-primary: #your-primary-color;
--color-primary-hover: #your-primary-hover-color;
}```
See `theme.css` for the full list of available CSS variables.
## Components
- **Button** - Primary, secondary, and ghost variants with multiple sizes
- **Card** - Flexible card with image, heading, text, and actions
- **Anchor** - Styled links with underline options and external link support
- **Container** - Responsive container with customizable max-width
- **Hero** - Hero sections with image positioning options
- **Carousel** - Content carousel with autoplay, dots, and arrow navigation
- **Accordion** - Collapsible content sections
- **Avatar** - User avatars with fallback support
- **Heading** - Typography component for headings
- **Text** - Typography component for body text
- **CheckboxField** - Checkbox input with label
## License
MIT
FAQs
A React component library built with Radix UI primitives and Tailwind CSS v4.
The npm package another-react-tailwind-component-library receives a total of 3 weekly downloads. As such, another-react-tailwind-component-library popularity was classified as not popular.
We found that another-react-tailwind-component-library 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.