1.1.0 • Published 4 years ago

@tomorepo/jumbotron v1.1.0

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

tomorepo/jumbotron

Install dependency in your project

npm install @tomorepo/jumbotron --save

Import component where you want to use it

import '@tomorepo/jumbotron';

Use the component in your template

  <Jumbotron-component
    :image-url="imageUrl"
    :is-taller="isTaller">
    <h1>Hero Component</h1>
    <p>All of this content is injected via a slot</p>
  </Jumbotron-component>
1.1.0

4 years ago

1.0.0

4 years ago