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

@lu-development/ux-patterns

Package Overview
Dependencies
Maintainers
6
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/ux-patterns

Stencil Component Starter

  • 1.7.0-dev.202007202129.7d8eb8a
  • npm
  • Socket score

Version published
Weekly downloads
68
increased by47.83%
Maintainers
6
Weekly downloads
 
Created
Source

Getting Started Developing the UX Patterns

To start working on the design system(and if you have access to repo), clone this repo to a new directory:

git clone https://bitbucket.os.liberty.edu/scm/ds/ux-patterns.git
cd ux-patterns

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.6.1/css/liberty.bundle.css" rel="stylesheet">
<script type="module" src="https://unpkg.com/@lu-development/ux-patterns@1.6.1/dist/uxpatterns/uxpatterns.esm.js"></script>
<script nomodule src="https://unpkg.com/@lu-development/ux-patterns@1.6.1/dist/uxpatterns/uxpatterns.js"></script>

You need to import at least the core.css for your app to function. You don't need the full liberty.bundle.css

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 20 Jul 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