adill

UI/UX - Design Button

1<button>
2  
3  style={{
4    width: 
 ;
5    height: 
 ;
6    color: 
 ;
7    backgroundColor: 
 ;
8    fontSize: 
 ;
9    fontWeight: 
 ;
10    fontFamily: 
 ;
11    borderWidth: 
 ;
12    borderStyle: 
 ;
13    borderColor: 
 ;
14    borderRadius: 
 ;
15  }}
16</button>
17