Socket
Socket
Sign inDemoInstall

@servicensw/notice

Package Overview
Dependencies
9
Maintainers
10
Versions
136
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @servicensw/notice

Notices


Version published
Weekly downloads
405
decreased by-60.41%
Maintainers
10
Created
Weekly downloads
 

Readme

Source

@servicensw/notice

notice component

Service NSW package documentation and examples
(Login credentials required)

Installation

npm install @servicensw/notice --save-dev

How to use

CSS

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

HTML

<div class="notice" role="status">
  <h2>Rockdale Service Centre is coming soon</h2>
  <p>
    Rockdale Agency will close on 9 March 2018 and re-open in April. Please
    visit Kogarah Service Centre during this closure.
  </p>
</div>

FAQs

Last updated on 24 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc