Socket
Socket
Sign inDemoInstall

@lu-development/sfs-web-components

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/sfs-web-components

Liberty University SFS Web Components


Version published
Maintainers
6
Created
Source

Getting Started Developing the SFS Web Components

To start working on the mylu pattern

git clone https://bitbucket.os.liberty.edu/sfsfci/sfs-web-components.git
cd sfs-web-components

and run:

npm start

Getting Started With Components

######Script tag

Put this script tag with the version

<script type="module" src="https://unpkg.com/@lu-development/sfs-web-components@1.0.3/dist/sfs-web-components/sfs-web-components.esm.js"></script>
<script nomodule src="https://unpkg.com/@lu-development/sfs-web-components@1.0.3/dist/sfs-web-components/sfs-web-components.js"></script>

in the head of your index.html Then you can use the element anywhere in your template, JSX, html etc.

https://stenciljs.com

FAQs

Package last updated on 30 Sep 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