0.1.0 • Published 4 years ago

isc-say-hello v0.1.0

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

say-hello

A literal Hello, World component - provides a button which generates an alert greeting the user.

To Use

Add the component to your project using npm or yarn

npm i isc-say-hello
yarn add isc-say-hello

You can then register the component in your code

ES6

import SayHello from 'isc-say-hello'

export default {
  ...
  components: {
    SayHello
  },
  ...
}

After that, you can use it in your templates:

<say-hello name="Jane Doe"></say-hello>

Props

0.1.0

4 years ago