Skip to content

Commit 65582bb

Browse files
Update README.md
Read me file refactoring
1 parent 4eb3ed3 commit 65582bb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# AndroidYCoreUI
2-
==================
2+
33

44
## Y Tags
5-
==================
65

76
Y Tag is a UI element in Android (some times referred to as chips) which displays a piece of
87
information.
98
It consist of a leading icon(optional), Text and a trailing icon (optional).
109

11-
### Features
12-
==================
10+
## Features
1311

1412
- Fully customizable
1513
- Shape
@@ -24,8 +22,8 @@ It consist of a leading icon(optional), Text and a trailing icon (optional).
2422
tag which is configurable.
2523
- Built with Compose UI
2624

27-
### Usage
28-
==================
25+
## Usage
26+
2927

3028
**Basic**
3129

@@ -109,11 +107,11 @@ TagView(text = text, tagViewModifiers = tagViewModifiers, leadingIcon = leading
109107
TagViewContainer(tagViewData = tagViewData, tagViewContainerModifiers = tagViewContainerModifiers)
110108
```
111109

112-
### Screenshots
110+
## Screenshots
113111

114112
<img src="screenshots/Stepper_Screenshot_1.jpg"/>
115113

116-
### Demo
114+
## Demo
117115

118116
<img src="screenshots/y_tag_13_s.gif"/>
119117

0 commit comments

Comments
 (0)