1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

node related images

This commit is contained in:
muerwre 2019-07-27 06:33:06 +07:00
parent b8b1e49d94
commit 1a7557eab4
8 changed files with 102 additions and 15 deletions

View file

@ -9,6 +9,7 @@ import { NodePanel } from "~/components/node/NodePanel";
import { Filler } from "~/components/containers/Filler";
import { Tag } from "~/components/node/Tag";
import { TagField } from "~/components/containers/TagField";
import {NodeRelated} from "~/components/node/NodeRelated";
interface IProps {}
@ -82,13 +83,24 @@ const ImageExample: FC<IProps> = () => (
</Padder>
<TagField>
<Tag title="Избранный" feature="red" />
<Tag title="Some another tag" feature="blue" />
<Tag title="Плэйлист" feature="green" />
<Tag title="/Revelations" feature="olive" />
<Tag title="Tag" />
<Tag title="Some tag" color="red" />
<Tag title="Some another tag" color="blue" />
<Tag title="Some tag" color="green" />
<Tag title="Some tag" color="olive" />
<Tag title="Some tag" color="black" />
<Tag title="Фотография" feature="black" />
<Tag title="С музыкой" feature="black" />
</TagField>
<NodeRelated
title="First album"
/>
<div />
<NodeRelated
title="Second album"
/>
</Group>
</div>
</Group>