New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mee-components

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mee-components

## Installation

latest
npmnpm
Version
0.0.71
Version published
Maintainers
3
Created
Source

Mee-Components

Installation

  • Clone/download repo
  • pnpm install

Usage

Development

Run the app:

pnpm dev

Production

pnpm build
  • Builds the app to dist/

Use as a library

tailwind.config.mjs

/** @type {import('tailwindcss').Config} */
import theme from "mee-components/tailwind";
export default {
  content: [
    "./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}",
    "./node_modules/mee-components/src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"
  ],
  theme: theme,
  plugins: [],
};

style file

@import "mee-components/base-theme";

to use icons add to Layout.astro

import 'bootstrap-icons/font/bootstrap-icons.css';

Publish locally

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

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.

Install

Related posts