Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html beautifier

import PhoneInput from 'react-phone-input-2';
import 'react-phone-input-2/lib/style.css';
import Form from 'react-bootstrap/Form';
import { Link } from 'react-router-dom';


export default function LeftSideWrapper() {

return (
    
        <div className='px-5 pt-5 '>
                        <div>
                            <p>Mobile Number</p>
                            <PhoneInput className="mb-3"
                                inputProps={{
                                    country: 'us',
                                    name: 'phone',
                                    required: true
                                }}
                            />
                            <Form.Label htmlFor="inputPassword5">Password</Form.Label>
                            <Form.Control
                                type="password"
                                id="inputPassword5"
                                aria-describedby="passwordHelpBlock"
                                placeholder="***********"
                            />
                        </div>
                        <div className='d-flex justify-content-between mt-4 mb-5'>
                            <Form.Group className="mb-3" controlId="formBasicCheckbox">
                                <Form.Check type="checkbox" label="Remember Me" />
                            </Form.Group>
                            <div >
                                <Button variant="primary" type="submit">
                                    Login
                                </Button>
                            </div>
                        </div>
                        <div className='d-flex justify-content-between mt-5 align-items-stretch'>
                            <Link to="">Forgot Password?</Link>
                            <Link to="">Register As Media Owner</Link>
                        </div>
        </div>
)           
}
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap hide show toggle collapse 
Html :: how to use div in html 
Html :: empecher saut de ligne html 
Html :: learn html 
Html :: html star 
Html :: how to run yaml file 
Html :: href seo 
Html :: how to use input type file and show selected file on screen 
Html :: html index page 
Html :: wordpress html templates 
Html :: error: serializer for text/html; charset=utf-8 doesn 
Css :: placeholder font size css 
Css :: disable selected text css 
Css :: css rotate 90 deg 
Css :: navbar box shadow 
Css :: darken image css 
Css :: css remove border input focus 
Css :: grid template column auto fill 
Css :: set scroll bar on a table 
Css :: 2 lines paragraph 
Css :: slick margin between slides 
Css :: place item center in css using grid 
Css :: prevent text from going to next line css 
Css :: css avoid line break in span 
Css :: css visibility 
Css :: css fadeIn opacity transition 
Css :: linear-gradient(top to bottom) 
Css :: ion-tab-bar transparent 
Css :: width 100% with padding 
Css :: center align in grid 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =