Aditya Kumar Singh

Results 10 issues of Aditya Kumar Singh

### My Environment | Dependency | Version | | --------------------------- | -------- | | Node.JS version | v16.4.0 | | react-color-palette version | v6.2.0 | ### Expected Behavior: If the...

t: bug
s: unverified

The signature of time picker component should be as follows:- ``` type CommentsProps = { styles: React.CSSProperties; custom: { comments: { //Name of the guy commenting. name: string; //The time...

good first issue
hacktoberfest
create-component

The signature of search bar component should be as follows:- ``` type SearchBarProps = { styles: React.CSSProperties; custom: { value: string; placeholder: string; suggestionsArray: [string}; showIcon: boolean; } onChange: (value:...

good first issue
hacktoberfest
create-component

The signature of badge component should be as follows:- ``` type BadgeProps = { styles: React.CSSProperties; custom: { //The child to show inside the box. The user can drag and...

good first issue
hacktoberfest
create-component

## Describe the pull request Removing the unnecessary files from the commons folder present in the component-style-layer

The signature of menu component should be as follows:- ``` type MenuProps = { // The title for the menu title: image; menuItems: { //The name of the menuitem name:...

good first issue
create-component

The signature of count-up component should be as follows:- ``` type CountupProps = { styles: React.CSSProperties; custom: { itemCount: number; duration: number; items: { //countUpTo is string so that the...

good first issue
hacktoberfest
create-component

Make a gantt chart component using the recharts library. For reference:- https://codesandbox.io/s/313j2r3yjm?file=/src/index.js You can refer to code for other chart components like bar chart here `packages/react-component-manifests/src/manifests/charts/BarChart/BarChart.tsx`. ![Screenshot 2022-09-30 231542](https://user-images.githubusercontent.com/56078748/194698257-00181b75-19a5-49ca-8a02-c3d1992dd69c.png)

good first issue
hacktoberfest
create-component

The signature of unordered list component should be as follows:- ``` type OrderedListProps = { styles: React.CSSProperties; custom: { //The type attribute for the ordered list type: string; //Title of...

good first issue
hacktoberfest
create-component

The signature of map component should be as follows:- ``` type MapProps = { styles: React.CSSProperties; custom: { height: number; width: number; latitude: string; longitude: string; apiKey: string; }; };...

good first issue
hacktoberfest
create-component