ca-card

test ca card component

Usage no npm install needed!

<script type="module">
  import caCard from 'https://cdn.skypack.dev/ca-card';
</script>

README

ca-card

test ca card component

NPM JavaScript Style Guide

Install

npm install --save ca-card

Usage

import React, { Component } from 'react'

import MyComponent from 'ca-card'
import 'ca-card/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © canewyork