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