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
-- fastn.dependency: gsalunke.github.io/fastn-button
Now import fastn button inside .ftd file
-- import: gsalunke.github.io/fastn-button
-- import: gsalunke.github.io/fastn-button
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
-- 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