vaadin/vaadin-lumo-styles

Name: vaadin-lumo-styles

Owner: Vaadin

Description: Lumo is an evolving design system foundation for modern web applications, used by Vaadin components.

Created: 2018-01-08 13:40:15.0

Updated: 2018-05-24 09:39:50.0

Pushed: 2018-05-24 09:39:49.0

Homepage: https://vaadin.com/themes

Size: 499

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bower version Gitter

Lumo

Lumo ? ? enchantment (Finnish) and ? light (Esperanto)

Lumo is a design system foundation for modern, beautiful and accessible web applications.

Lumo contains foundational styles ? typography, colors, visual style, sizing & spacing and icons ? that components and applications can use to achieve a consistent visual design.

The implementation of Lumo is based on CSS custom properties, and Polymer style modules. Note, that you don?t need to use Polymer to build your application in order to use Lumo.

Documentation

? Documentation will eventually be deployed at https://vaadin.com ?

For documentation and instructions how to get started, use the ?Documentation? link in the latest release notes.

Part of the Vaadin platform

Lumo is maintained as a part of the Vaadin platform.

Vaadin components is a collection of web components that use the Lumo design language as their default theme. The Vaadin app starters are also based on Lumo.

Contributing

Reporting issues and feature request is a great way to help! If you have questions, join the Vaadin components chat ? we?re happy to answer Lumo related questions there.

Running demos and tests in browser
  1. Fork the vaadin-lumo-styles repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vaadin-lumo-styles directory, run npm install and then bower install to install dependencies.

  4. Run polymer serve --open, browser will automatically open the component API documentation.

  5. You can also open demo/documentation by adding demo to the URL, for example:

  6. http://127.0.0.1:8080/components/vaadin-lumo-styles/demo

Adding or updating icons
  1. Open icons/lumo-icons.sketch using Sketch

  2. Modify an icon, or create a new artboard (the name of the artboard is used as the icon name) for a new icon ? make sure to simplify and flatten the shape when you?re done (and save the file).

  3. Run npm install to install dependencies

  4. Run gulp icons to generate new versions of icons.html and font-icons.html

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files. CSS inside .html files is also linted at the same time.

Creating a pull request
Updating the version number

Use npm version <new version> to update the version number in package.json and in other relevant places such as version.html, when preparing to release a new version.

License

Apache License 2.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.