Skip to content

Commit

Permalink
add docs mol_link_source
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Ivanov committed Sep 9, 2023
1 parent 38ecaf6 commit 7b40dbb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions link/source/demo.view.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
$mol_link_source_demo $mol_example_small
title \Link with icon
sub /
<= Blocks $mol_list
rows /
<= Input $mol_string
value? <=> uri? \https://github.com/hyoo-ru/mam_mol/
<= Output $mol_link_source
uri <= uri?
tags /
\link
\icon
\source
\github
\url
aspects /
\Navigation
\Widget/Button
20 changes: 20 additions & 0 deletions link/source/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# $mol_link_source

Hyperlink on source with GitHub icon.

## [Online demo](https://mol.hyoo.ru/#!section=demos/readme/demo=mol_link_source_demo)

## Usage example

```
<= GitHub $mol_link_source
uri \https://github.com/hyoo-ru/mam_mol/
```
## Extends: [$mol_link](https://mol.hyoo.ru/#!section=demos/readme/demo=mol_link_demo)

## Properties

**`uri() : string`**

Returns target URI.

0 comments on commit 7b40dbb

Please sign in to comment.