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

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
19
Versions
494
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-lumo-styles

Lumo is a design system foundation for modern web applications, used by Vaadin components

  • 20.0.0-alpha2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
19
Weekly downloads
 
Created

What is @vaadin/vaadin-lumo-styles?

@vaadin/vaadin-lumo-styles is a package that provides a set of customizable CSS styles and design tokens for Vaadin components. It is part of the Vaadin platform, which is used for building modern web applications. The package includes a variety of styles such as typography, color schemes, and spacing utilities that can be applied to enhance the appearance of web components.

What are @vaadin/vaadin-lumo-styles's main functionalities?

Typography

The typography feature provides a set of CSS custom properties for font families, sizes, and weights. These can be used to ensure consistent typography across your application.

import '@vaadin/vaadin-lumo-styles/typography.js';

// Usage in HTML
// <style>
//   h1 {
//     font-family: var(--lumo-font-family);
//     font-size: var(--lumo-font-size-xl);
//   }
// </style>

Color Schemes

The color schemes feature offers a range of CSS custom properties for defining primary, secondary, and contrast colors. This allows for easy theming and color management in your application.

import '@vaadin/vaadin-lumo-styles/color.js';

// Usage in HTML
// <style>
//   .primary-button {
//     background-color: var(--lumo-primary-color);
//     color: var(--lumo-primary-contrast-color);
//   }
// </style>

Spacing Utilities

Spacing utilities provide CSS custom properties for margins and paddings, enabling consistent spacing throughout your application.

import '@vaadin/vaadin-lumo-styles/spacing.js';

// Usage in HTML
// <style>
//   .content {
//     padding: var(--lumo-space-m);
//     margin: var(--lumo-space-l);
//   }
// </style>

Other packages similar to @vaadin/vaadin-lumo-styles

Keywords

FAQs

Package last updated on 25 Mar 2021

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