A
Anonymous

Sign up Form - Copy this React, Tailwind Component to your project

<?xml version="1.0" encoding="utf 8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:padding="16dp"> <androidx.cardview.widget.CardView android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/date_font" android:textSize="20sp" android:text="Date" /> <TextView android:id="@+id/WorkDate" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/date_font" android:text="19/09/2024" android:textSize="20sp" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/name_font" android:textSize="30sp" android:text="Name : "/> <TextView android:id="@+id/LabourName" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/name_font" android:textSize="30sp" android:text="Tejas Kale" /> </LinearLayout> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"> <EditText android:id="@+id/Weighttxt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Weight : " android:fontFamily="@font/menu_font"/> <androidx.recyclerview.widget.RecyclerView android:id="@+id/AddWeightRecyclerView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/Weighttxt" android:scrollbars="horizontal"/> <ImageButton android:id="@+id/addWeightBtn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_add_btn" android:backgroundTint="#fff" android:layout_toRightOf="@id/AddWeightRecyclerView"/> </RelativeLayout> </LinearLayout> </androidx.cardview.widget.CardView> </LinearLayout> improve this design

Prompt
Component Preview

About

SignUpForm - A user-friendly form with name and weight inputs, date display, and an add button, professionally built with React and Tailwind. Copy component code!

Share

Last updated 1 month ago