1.1.4 • Published 3 years ago

mkw-card v1.1.4

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

Built With Stencil

Basic Card Component

Published by Kaleeswaran

We can import and use any Javascript framework like Angular, React, Vue ..etc, We have Header and Body workspace. We can pass our header data and body content dynamically.

Getting Started

npm i mkw-card

Need help? Reach out : kalesmca@gmail.com.

Way to use in ReactJS

  • We need to import our customElement in index.js file.
  import {defineCustomElements} from 'mkw-card/loader'
  reportWebVitals();
  defineCustomElements(window);
  • Inside Component we can use like this
   <my-card header="Your Header Data" body="Your Body Content"></my-card>
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago