@bonjour-foundation/smiley
v1.0.0
Published
An interactive smiley to communicate how you feel (about something).
Downloads
50
Readme
Smiley 😃
An interactive smiley to communicate how you feel (about something).
Installation
Via npm:
npm install @bonjour-foundation/smiley
With a script tag:
<script
src="https://unpkg.com/@bonjour-foundation/smiley@latest/dist/bonjour-smiley/bonjour-smiley.esm.js"
type="module">
</script>
Usage
See component readme.
<bonjour-smiley> </bonjour-smiley>
Run the project locally
Make sure you have a recent version of Node.js installed.
This Web Component is developed with Stencil.
git clone https://github.com/bonjour-foundation/smiley
cd smiley
npm ci
npm run start
License
This application is released under the GNU Affero General Public License. See COPYING for more details.