🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

@meveo-org/mv-footer

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meveo-org/mv-footer

MvFooter is a Meveo component (based on lit-element) that renders a footer component that can be used with [mv-main](https://github.com/meveo-org/mv-main).

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

MvFooter is a Meveo component (based on lit-element) that renders a footer component that can be used with mv-main.

Features

  • Configurable item positions: left, right, center, default: center
  • Can render custom footers

Quick Start

To experiment with the MvFooter component.

  • Clone this repo.

  • Serve the project from the root directory with some http server (best served with meveo itself)

  • Update the footer demo component in demo.js file

Sample usage

<mv-footer>
  <mv-footer item position="left">
    <div class="styled">Styled text</div>
  </mv-footer>
  <mv-footer item>
    <h3><a href="#">MvFooter<mv-fa icon="copyright" regular></mv-fa></a></h3>
  </mv-footer>
  <mv-footer item>
    <small>(full width)</small>
  </mv-footer>
  <mv-footer item position="right">
    row: 90, col: 20
  </mv-footer>
  <mv-footer item position="right">
    <mv-button button-style="info"><mv-fa icon="comment-dots"></mv-fa></mv-button>
  </mv-footer>
</mv-footer>

You can also check this demo

FAQs

Package last updated on 10 Mar 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