0.1.4 • Published 3 years ago

@slickteam/footer-slickteam v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

\

Installation

npm i @slickteam/footer-slickteam

Usage

  • Html vanilla
<script type="module">
  import '@slickteam/footer-slickteam/index.js';
</script>

<footer-slickteam></footer-slickteam>
  • Vue.js
<template>
  <div>
    <h1>Test Page</h1>
    <footer-slickteam></footer-slickteam>
  </div>
</template>

<script>
import '@slickteam/footer-slickteam';

export default {
  name: 'TestPage'
}
</script>

<style scoped>
/* Put CSS */
</style>

Template

    <footer-slickteam
      textCredit="Test Slickteam"
      hideTwitterIcon
      urlTwitterIcon="https://slickteam.fr"
      hideFacebookIcon
      urlFacebookIcon="https://slickteam.fr"
      hideLinkedinIcon
      urlLinkedinIcon="https://slickteam.fr"
      hideGithubIcon
      urlGithubIcon="https://slickteam.fr"
      hideMediumIcon
      urlMediumIcon="https://slickteam.fr"
    ></footer-slickteam>

Options

AttributeTypeDescription
textCreditStringContent of text in left of footer
hideTwitterIconBooleanHide Twitter icon
urlTwitterIconStringUrl of Twitter icon
hideFacebookIconBooleanHide Facebook icon
urlFacebookIconStringUrl of Facebook icon
hideLinkedinIconBooleanHide Linkedin icon
urlLinkedinIconStringUrl of Linkedin icon
hideGithubIconBooleanHide Github icon
urlGithubIconStringUrl of Github icon
hideMediumIconBooleanHide Medium Icon
urlMediumIconStringUrl of Medium icon

Development

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Local Demo

npm run dev

To run a local development server that serves the basic demo located in demo/index.html

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago