New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mofron-comp-header

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-header

header component for mofron

  • 0.12.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mofron-comp-header

mofron is module based frontend framework.

header component for mofron

This component for placing at the top of the page etc. and displaying the site title etc.

Feature

  • A header's child components are placed horizontally since header has a horizon layout.

Attention

  • it maybe needs a 'false' config at bind parameter that used as a child component.

Install

npm install mofron   mofron-comp-header

Sample

<require>
    <tag load="mofron-comp-header">Header</tag>
    <tag load="mofron-comp-text">Text</tag>
</require>

<Header color2="#f0e6fa">
    <Text>Header</Text>
    <Text>Component</Text>
</Header>

Parameter

Short
Form
Parameter NameTypeDescription
heightstring (size)header height (default is "0.5rem")
optionstyle option
bindbooleantrue: header position is fixed. display header even if user scrolls. (default)
false: header position is not fixed.
mainColormixed (color)string: border bottom color name, #hex
array: [red, green, blue, (alpha)]
key-valuestye option

Keywords

FAQs

Package last updated on 29 Dec 2020

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