You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,14 +125,12 @@ Congratulations! You have successfully installed the Keep React. Now you can imp
125
125
## usage
126
126
127
127
```jsx
128
-
'use client';
129
-
import { Button } from"keep-react";
130
-
constApp= () => {
131
-
return (
132
-
<Button size="md">Default</Button>
133
-
)
134
-
}
135
-
exportdefaultApp;
128
+
'use client'
129
+
import { Button } from'keep-react'
130
+
constApp= () => {
131
+
return<Button size="md">Default</Button>
132
+
}
133
+
exportdefaultApp
136
134
```
137
135
138
136
## Components
@@ -143,6 +141,10 @@ The Keep React offers a wide range of components to build your user interfaces.
143
141
144
142
If you want to contribute to the Keep React, you can follow the [contributing guide](https://github.com/StaticMania/keep-react/blob/main/Contribute.md).
0 commit comments