Socket
Socket
Sign inDemoInstall

@servicensw/box

Package Overview
Dependencies
5
Maintainers
11
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @servicensw/box

Box


Version published
Maintainers
11
Created

Readme

Source

@servicensw/box

Box component

Service NSW package documentation and examples
(Login credentials required)

Installation

npm install @servicensw/box --save-dev

How to use

CSS

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

HTML

<div class="box">
  <h3>Box heading</h3>
  <p>Box content</p>
</div>

Change log

FAQs

Last updated on 22 Apr 2024

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