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