0.1.3 • Published 7 years ago
karte-schedule-action-item v0.1.3
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.gitnpm installRunning the tests
Test the web component
npm startBuild the web component
npm run buildRendered 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>