Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

myuw-card

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myuw-card

![MyUW Card](myuw-card.png)

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

myuw-card

MyUW Card

Getting Started

Import and include the component as follows:

<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-card@latest/myuw-card.min.mjs"></script>

<!-- fallback for browsers without ES2015 module support -->
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-card@latest/myuw-card.min.js"></script>

<myuw-card-frame size="full">
  <myuw-card-header
    slot="myuw-card-header"
    title="Course Search and Enroll"
  ></myuw-card-header>
  <myuw-icon-link
    icon="face"
    icon-type="md"
    href="https://www.google.com"
  ></myuw-icon-link>
  <myuw-card-footer
    slot="myuw-card-footer"
    text="Launch app"
    href="https://www.google.com"
  ></myuw-card-footer>
</myuw-card-frame>

Note: The evergreen "latest" version can be used for convenience, but in production settings it is recommended to use the latest release version specifically, and upgrade only after testing!

Contributing

See also: CONTRIBUTING

Developer Requirements

  • Node.js
  • Yarn (optional but recommended)
  • npm (if not using Yarn)

Install dependencies:

$ yarn install
# or
$ npm install

Run the development server:

$ yarn start
# or
$ npm start

Build modules to dist/:

$ yarn build
# or
$ npm run build

ESLint and Prettier will be install and are already configured. It is recommended that you use them.

FAQs

Package last updated on 18 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc