-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/hyoo-ru/mam_mol
- Loading branch information
Showing
7 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
$mol_link $mol_view | ||
uri \ | ||
dom_name \a | ||
uri_off \ | ||
uri_native null | ||
external false | ||
attr * | ||
^ | ||
href <= uri_toggle \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters