0.0.1 • Published 4 years ago

poeta-alert v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Alert

Install

$ npm install @poetadigital/alert --save

Usage

<template>
  <div class="app">
    <PAlert
      :message="'Error messages'"
      :customClass="'custom-class'"
      :customIconStyle="iconStyle"
      :customTextStyle="textStyle"
    >
    /* Icon alert SVG */
      <IconAlertError />
    </PAlert>
  </div>
</template>

<script>
import PAlert from "./components/PAlert";

export default {
  components: { PAlert }
};
</script>

<style></style>

Props

Development

  • [] Vari

License

MIT © Poeta Digital

0.0.1

4 years ago