New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lameuler/ler-astro

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lameuler/ler-astro

Astro components I use across some of my personal projects and sites.

  • 2.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
31
decreased by-41.51%
Maintainers
0
Weekly downloads
 
Created
Source

ler-astro

Astro components I use across some of my personal projects and sites.

These components are not intended to be used elsewhere, but anyway here's a proper README for my future self and anyone else who sees this.

Installation

To install the components, run

npm install @lameuler/ler-astro

You will need to set the default text color with the CSS variable --text.

html {
	--text: 0, 0, 0;
}
html.dark {
	--text: 255, 255, 255;
}

Then, you can import and use the components:

import { Header, Footer, ThemeSwitch, Head, HeadImgLinks, Year } from '@lameuler/ler-astro'

For the icons to display properly, you will also need to import icon.css. Note that this will apply styles to all svgs with the class icon.

import '@lameuler/ler-astro/icon.css'

FAQs

Package last updated on 06 Jan 2025

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc