Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@frankhoodbs/bicolor-background-cmp

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankhoodbs/bicolor-background-cmp

Bicolor background component

latest
npmnpm
Version
4.0.2
Version published
Maintainers
4
Created
Source

Bicolor Background component

componente per la generazione contenuti a sfondo bi-color suddiviso orizzontalmente.

component for generating content with a bi-color background divided horizontally.

Version License

API Reference

Props

Type definition

type Classes =
  | string
  | Record<string, boolean>
  | (string | Record<string, boolean>)[];
NameTypeDescription
data-bootstrap-container-classesClassesdefault is ['container']. CSS Classes for cotent wrapper.
data-bootstrap-row-classesClassesdefault is ['row justify-content-center']. CSS Classes for cotent wrapper's rows.
data-bootstrap-col-classesClassesdefault is ['col-12 col-md-10']. CSS Classes for cotent wrapper's rows.
data-bg-color-wrapper-like-rootbooleandefault is false. CSS Classes for cotent wrapper's rows.
data-background-colorbooleandefault is false. CSS Class for the second half of the background.

CSS variables

NamedefaultDescription
--bicolor-background-first-color-height50%.color-1 , .color-2 used in flex
--bicolor-background-bg-color#1c3775.color-2 background-color
--bicolor-background-wrapper-padding0.wrapper padding
--bicolor-background-wrapper-border-radius0.wrapper border-radius
--bicolor-background-wrapper-bg-colortransparent.wrapper

Usage/Examples

<bicolor-background-cmp>
  <div class="p-10">
    <p>Test</p>
    <p>Test</p>
    <p>Test</p>
    <p>Test</p>
    <p>Test</p>
  </div>
</bicolor-background-cmp>

Screenshots

Component Screenshot

FAQs

Package last updated on 26 Nov 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