Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@springernature/global-box

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springernature/global-box

css box component

latest
npmnpm
Version
3.0.0
Version published
Maintainers
10
Created
Source

THIS IS AN EXAMPLE, NOT FOR PRODUCTION USE

CSS box component

Simple box component. Import each scss file into the respective level in your application.

To brand this component either totally replace the settings level in your app, or include your own settings file before this one if you want to keep some of the defaults.

Examples

HTML

<!-- standard box -->
<div class="c-box">box content</div>

<!-- circular box -->
<div class="c-box c-box--circle">box content</div>

Handlebars

<!-- standard box -->
{{#> box }}
    Add content here
    Can even be another partial
{{/box}}

<!-- circular box -->
{{#> circle }}
    Add content here
    Can even be another partial
{{/circle}}

@mixin

// Standard box
.class-name {
    @include global-box;
}

// Circular box
.class-name {
    @include global-box;
    @include global-box--circle;
}

Keywords

css

FAQs

Package last updated on 08 Mar 2019

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