Documentation - Card Back

Package name:
gsalunke.github.io/green-leaf-card
This is a card-back component which will render your data as a business card (back-view).

How to use

Add green-leaf-card dependency into your FASTN.ftd
-- fastn.dependency: gsalunke.github.io/green-leaf-card
Lang:
ftd
Sample usage
-- import: gsalunke.github.io/green-leaf-card

-- green-leaf-card.back:
logo: $assets.files.assets.ipsum-logo.svg
company-slogan: If you can type you can code
Lang:
ftd

Preview

If you can type you can code

Properties:

Below are details of all properties of card-back component.
name
{
type:
Caption (required)
}
It’s used to define the person’s name for your card-back component.
company-name
{
type:
String (optional)
}
It’s used to define the company name for your card-back component.
title
{
type:
String (optional)
}
It’s used to define the person’s business title for your card-back component.
phone-no
{
type:
String (optional)
}
It’s used to define the person’s contact number (phone number) for your card component.
email
{
type:
String (optional)
}
It’s used to define the person’s email address for your card-back component.
address
{
type:
String (optional)
}
It’s used to define the person’s address for your card-back component.
logo
{
type:
ftd.image-src (optional)
}
It’s used to define the business logo for your card-back component.
avatar
{
type:
ftd.image-src (optional)
}
It’s used to define the person’s avatar for your card-back component.
company-slogan
{
type:
String (optional)
}
It’s used to define the company slogan for your card-back component.
qr-code
{
type:
ftd.image-src (optional)
}
It’s used to define any external qr-code for your card-back component.
website
{
type:
String (optional)
}
It’s used to define any website for your card-back component.
Copyright © 2023 - gsalunke