karte-schedule-action-item
v0.1.3
Published
Stencil Component Starter
Downloads
7
Readme
karte-schedule-action-item Web Component
A web component for EPIAging Mobile App
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Node JS >8.0.0 Stencil Library
Installing
A step by step instructions on to run the env
Initialize dependencies
git clone https://gitlab.com/karte/components/karte-schedule-action-item.git
npm install
Running the tests
Test the web component
npm start
Build the web component
npm run build
Rendered WebComponent HTML
<karte-schedule-action-item
title="Today's Nutrition"
subtitle ="Vitamin B3"
icon = "medication-icon"
actionTitle = "Done"
actionPerformedTitle = "Take-It"
user = "$User"
authToken = "$Auth_Token"
></karte-schedule-action-item>