1.0.3 • Published 6 years ago

@lu-development/sfs-web-components v1.0.3

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago