🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@first-lego-league/user-interface

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@first-lego-league/user-interface

First Lego Legague styles standard and components

latest
Source
npmnpm
Version
3.0.2
Version published
Maintainers
5
Created
Source

npm codecov Build status GitHub

David Dependency Status David Dev Dependency Status David Peer Dependencies Status

FIRST LEGO League User Interface

A yearly updated, user interface infastructure and common functions for client-side modules of the FIRST LEGO League TMS.

Usage

The package is based on Semantic UI. The package includes all the modules in Semantic-UI.

In order to use it you need to include the current version of the UI in your code. For example, if you're using webpack, you should write:

import '@first-lego-league/user-interface/current/app.js'
import '@first-lego-league/user-interface/current/app.css'

After that, all of the feature offered by Semantic UI will be available in your site. A few things to notice:

  • Make sure you add them before any jQuery definitions, like the one presented by Angular.
  • Any other UI packages, like Matirial Design or Bootstrap will conflict with Semantic, so please do not use them.
  • Please follow the UI standard, as to create a unified style between the different modules.
  • For additional features provided by this package behond the basic Semantic UI, please visit The Additional Features page

Contribution

To contribute to this repository, simply create a PR and set one of the Code Owners to be a reviewer. Please notice the linting and UT, because they block merge. Keep the package lightweight and easy to use. Thank you for contributing!

Adding features

In the rare cases in which you need to add something new to the UI framework, rather then simply change the style of an existing feature, follow these steps:

/*!
 * # Semantic UI - Title of the component
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
     Title of the component
*******************************/

/*--------------
   Load Theme
---------------*/

// Override titles here

@type    : 'type-of-the-element';
@element : 'title-of-the-element';

@import (multiple) '../../theme.config';

/*******************************
            Styles Segment
*******************************/

// Add Styles here...

.loadUIOverrides();

FAQs

Package last updated on 02 Oct 2020

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