Button

Package name:
gsalunke.github.io/fastn-button

Using import inside a ftd file

If not using fastn button on every ftd file then, add dependency inside FASTN.ftd file:
-- fastn.dependency: gsalunke.github.io/fastn-button
Lang:
ftd
Now import fastn button inside .ftd file
-- import: gsalunke.github.io/fastn-button
Lang:
ftd
After importing fastn button inside ftd file, use it as shown below:
-- fastn-button.button: TEXT
variant: text
link: index.html
size: large

-- fastn-button.button: Contained
variant: contained
link: index.html
size: large

-- fastn-button.button: Outlined
variant: outlined
link: index.html
size: large
Lang:
ftd
Copyright © 2023 - Ganesh S Salunke