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

@lu-development/ux-mylu-patterns

Package Overview
Dependencies
Maintainers
6
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/ux-mylu-patterns

Liberty University MyLU Patterns

  • 0.3.0-dev.202001232133.4f08ec7
  • npm
  • Socket score

Version published
Weekly downloads
71
increased by39.22%
Maintainers
6
Weekly downloads
 
Created
Source

Getting Started Developing the UX MyLu Patterns

To start working on the mylu pattern

git clone https://bitbucket.os.liberty.edu/scm/uxmylu/ux-mylu-pattern-library.git
cd ux-mylu-pattern-library

and run:

npm start

Getting Started With Components

######Script tag

Put this script tag with the version

<link href="https://unpkg.com/@lu-development/ux-patterns@1.2.5/css/ion-colors.css" rel="stylesheet">
<link href="https://unpkg.com/@lu-development/ux-patterns@1.2.5/css/lu-colors.css" rel="stylesheet">
<script type="module" src="https://unpkg.com/@lu-development/ux-mylu-patterns@0.2.4/dist/uxpatterns/uxpatterns.esm.js"></script>
<script nomodule src="https://unpkg.com/@lu-development/ux-mylu-patterns@0.2.4/dist/uxpatterns/uxpatterns.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 23 Jan 2020

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