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

@servicensw/loader

Package Overview
Dependencies
Maintainers
11
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicensw/loader

Loader

latest
Source
npmnpm
Version
3.0.13
Version published
Maintainers
11
Created
Source

@servicensw/loader

A loader/spinner component.

Loader component

Service NSW package documentation and examples
(Login credentials required)

Installation

npm install @servicensw/loader --save-dev

How to use

CSS

  • PostCSS workflow: @import '@servicensw/loader';
  • Sass/Eyeglass: @import 'servicensw-loader';
  • Native CSS: @import url('dist/loader.css');
  • Link tag: <link href="dist/loader.css" rel="stylesheet" type="text/css">

React

import Loader from "@servicensw/loader"

const App = () => <Loader message="Optional message" />

Developer notes

The loader graphic uses an SMIL SVG for animation. This package supports animation in IE/Edge for projects using Modernizr by providing a fallback GIF. Change log

FAQs

Package last updated on 02 Apr 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