项目作者: Greegko

项目描述 :
Private website of Andyvazul artist
高级语言: TypeScript
项目地址: git://github.com/Greegko/andyvazul.git
创建时间: 2020-03-04T00:53:35Z
项目社区:https://github.com/Greegko/andyvazul

开源协议:MIT License

下载


Custom components

These custom components can be used in contentful content part. These are just simple html declarations, and in our side we will create a custom components from them. They are mainly used for pre-formatting the text / data or add extra feature to the site.

Submenu Item

It will create a submenu item for custom pages. By clicking on these menu item, they will scroll to that part of the page.

  1. <submenu-item>2020</<submenu-item>

Stern

It will create a custom text which based on stern font, the text will be transformed to uppercase variant.

code:

  1. <stern>Your text here</stern>