
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.
@map3xyz/components
Advanced tools
✨ Reusable Component Library based on @supabase/ui and @radix-ui
⚠️ Warning! @supabase/ui is in Alpha and does not yet support theming.
Map3 Components
Extended Components
@supabase/ui Components
@supabase/ui TODO (add as needed)
@supabase/ui Archive (Deprecated/Don't Use)
yarn add @map3xyz/components
import { Button } from '@map3xyz/components';
Option 1: Using TailwindCSS
// tailwind.config.js
module.exports = {
content: [
...
'./node_modules/@map3xyz/components/dist/esm/components/**/*.js'
],
...
};
Option 2: Scoping Map3 Components
// index.tsx
import '@map3xyz/components/dist/index.css';
export const MyApp = ({children}) => {
<div className="map3">{children}</div>
}
/* index.css */
.map3 {
@tailwind components;
@tailwind utilities;
@tailwind base;
}
yarn yarn storybook
Changes to master will trigger an action to deploy the repo to: https://map3xyz.github.io/components
If TailwindCSS is not already a dependency of your application, it is required to wrap you map3xyz/components in a .map3 class.
FAQs
✨ Reusable Component Library based on @supabase/ui and @radix-ui
We found that @map3xyz/components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.