Skip to content

Commit fa1ee0a

Browse files
authored
Merge pull request #91 from opensrc0/develop
fix : Added authors
2 parents 2963e69 + 93a20d7 commit fa1ee0a

2 files changed

Lines changed: 36 additions & 7 deletions

File tree

.github/AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Ravi Verma <rkverma393@gmail.com>
44
Vineet Gupta <gupta.vineet091@gmail.com>
55
Ashwini Hegde <sirsiashwini@gmail.com>
66
Ghanshyam KD <gk.dobariya@gmail.com>
7+
Swaraj Singh <swarajgolu@gmail.com>
8+
Abhinav Gupta <abhinav.gupta37@gmail.com>

README.md

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,23 @@
3131
FE-Theme is a styled-component based comprehensive library of accessible, reusable, and composable React components that streamlines the development of modern web applications and websites. The library offers a theme based UI to quickly start a new small/medium/large size web based applications.
3232

3333
## Table of contents
34-
35-
1. 📦 [Installation](#installation)
36-
2. 💻 [Usage](#usage)
37-
3. 📝 [Contributing](#contributing)
38-
4.[Contributors](#contributors)
39-
5. ⚖️ [License](#license)
34+
1. 🚀 [Features](#features)
35+
2. 📦 [Installation](#installation)
36+
3. 💻 [Usage](#usage)
37+
4. 📚 [Online Editor Templates](#online-editor-templates)
38+
5. 📝 [Contributing](#contributing)
39+
6.[Contributors](#contributors)
40+
7. ⚖️ [License](#license)
4041

41-
42+
## Features
43+
44+
- **Theme:** FE-Theme provides themeable based UI component, and are easy to configure.
45+
- **Web/Mobile Support:** FE-theme will be helpfull in Large/Mid/Small size of web based applications.
46+
- **Ease of Styling:** FE-Theme contains a set of layout components like `Button` and `Input` that make it easy to style your components by passing props.
47+
- **Advancement:** FE-Theme provide a variety of advance plug and play component like `Voice Search`, `Share`, `Contact List`, `Live Location Tracking`, `Current Location` etc.
48+
- **Scalable & Maintainable:** FE-Theme components are built on top of a React UI and Styled-Component for better scalable, maintainable component.
49+
- **Accessiblity Support:** FE-Theme components follow the accessiblity guidelines specifications and have the right `aria-*` attributes.
50+
- **Dark Mode UI:** FE-Theme support dark mode compatibility.
4251

4352
## Installation
4453

@@ -87,6 +96,8 @@ Your Application Folder(Root Directory)
8796
```
8897
Play around the property of button according to your project.
8998

99+
## Online Editor Templates
100+
WIP
90101

91102
## Contributing
92103

@@ -168,6 +179,22 @@ Thanks goes to these wonderful people
168179
</a>
169180
<br />
170181
</td>
182+
<td align="center" valign="top" width="14.28%">
183+
<a target="_blank" href="https://github.com/swarajgolu">
184+
<img src="https://avatars.githubusercontent.com/u/31703347?v=4" width="64px;" alt="Swaraj Singh" />
185+
<br />
186+
<sub><b>Swaraj Singh</b></sub>
187+
</a>
188+
<br />
189+
</td>
190+
<td align="center" valign="top" width="14.28%">
191+
<a target="_blank" href="https://github.com/abhinavGupta786">
192+
<img src="https://avatars.githubusercontent.com/u/69836367?v=4" width="64px;" alt="Abhinav Gupta" />
193+
<br />
194+
<sub><b>Abhinav Gupta</b></sub>
195+
</a>
196+
<br />
197+
</td>
171198
</tr>
172199
</tbody>
173200
</table>

0 commit comments

Comments
 (0)