Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gleidsonmt authored Dec 14, 2018
1 parent 01d3009 commit fd5184a
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,35 @@

<h1></h1>

# GNAvatarView
Component avatar view for javafx-8
<p align="center">
<img src="src/logo.png" />
</p>

![gif](src/com/gn/gif.gif)
<h1></h1>
<h6 align="center"> This project is part of the set of custom components created for JavaFx. </h6>

<h1></h1>

<h1> GNAvatarView </h1>

<h5 >
The AvatarView is a simple component used to view one image with a custom avatar.

</h5>

> Create a shape with image for avatar view.
<h1></h1>

<h5>Basic Usage</h5>

```java
GNAvatarView avatarView = new GNAvatarView();
avatarView.setImage(new Image("smile.jpg"));
```

<h1></h1>

<h5>View</h5>

<p align="center"><img src="src/com/gn/gif.gif"/></p>

0 comments on commit fd5184a

Please sign in to comment.