generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
featured.ftd
58 lines (39 loc) · 1.79 KB
/
featured.ftd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
-- import: fastn-community.github.io/spectrum-ds as ds
-- import: fastn-community.github.io/spectrum-ds/assets
-- import: fastn-community.github.io/spectrum-ds/common
-- my-ds.page: Featured components
-- my-ds.page.body:
We have designed and developed below components using `fastn`.
These components can be used inside your personal web sites or organizational static
web sites developed using `fastn` package.
-- ds.grid-view: Documentation Sites:
if: { common.show-grid }
templates: $common.doc-sites
more-link-text: View all
more-link: https://fastn-community.github.io/spectrum-ds/template-listing
`doc-site` will help you create a beautiful documentation site in no time.
It provides out-of-the-box documentation features that can be used to create any
kind of site(personal website, blog, etc).
-- ds.grid-view: Component Libraries:
if: { common.show-grid }
templates: $common.bling
more-link-text: View all
more-link: https://fastn-community.github.io/spectrum-ds/template-listing
Fastn components library is typically includes a variety of components such as
buttons, input fields, dropdown menus, modals, tabs, and more, each with their
own styles, behavior, and functionality.
-- ds.grid-view: Color Schemes:
if: { common.show-grid }
templates: $common.schemes
more-link-text: View all
more-link: https://fastn-community.github.io/spectrum-ds/template-listing
Add warmth and energy to your fastn web site designs with our fastn Color
Schemes.
-- ds.grid-view: Font Typographies:
if: { common.show-grid }
templates: $common.fonts
more-link-text: View all
more-link: https://fastn-community.github.io/spectrum-ds/template-listing
We have converted few Google Fonts to fastn typography packages, which are ready
to use as our fastn default inherited-types for your fastn web projects.
-- end: my-ds.page