Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bdt-component-library/banner

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdt-component-library/banner

Banner component

  • 0.10.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Banner Component

About

This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.

Description

Handles display of banners according to style guide conventions.

API

proptyperequireddefaultexplanation
childrenReact nodeyesn/aThe component/text to render inside the button
classNamestringno""Adds an optional classname to the component
idstringno""Adds an optional id to the component
variantenum("success", "error", "informational", "warning")no"error"Changes icon and color style for chosen variant
alertMessagestringnonoMessage to display in the banner
isDismissablebooleannofalseDetermines whether or not the banner can be dismissed
isFixedbooleannofalseUses fixed positioning (necessary for positioning if not using with a container)
autoDismissnumberno0Dismisses the banner on a timer according to the milliseconds specified
actionReact componentnonullRenders a component, intended to be an action on the banner (will apply styles to button internally)
positionenum("top", "bottom")no"top"Positions the banner on the page
zIndexnumberno1Determines z-index style for the component

FAQs

Package last updated on 01 Feb 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc