File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,10 @@ export default Demo;
111111### ` Login.Block `
112112
113113``` jsx
114+ import Login , { Block } from ' react-login-page' ;
115+
114116< Login .Block name= " title" > Login< / Login .Block >
117+ < Block name= " title" > Login< / Block>
115118```
116119
117120``` jsx
@@ -135,7 +138,10 @@ export declare const Block: {
135138### ` Login.Input `
136139
137140``` jsx
141+ import Login , { Input } from ' react-login-page' ;
142+
138143< Login .Input type= " password" placeholder= " Password" / >
144+ < Input type= " password" placeholder= " Password" / >
139145```
140146
141147``` tsx
@@ -155,7 +161,10 @@ export declare const Input: FC<PropsWithChildren<InputProps>>;
155161### ` Login.Button `
156162
157163``` jsx
164+ import Login , { Button } from ' react-login-page' ;
165+
158166< Login .Button name= " submit" type= " submit" / >
167+ < Button name= " submit" type= " submit" / >
159168```
160169
161170``` jsx
You can’t perform that action at this time.
0 commit comments