We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d07be commit 8eb1283Copy full SHA for 8eb1283
1 file changed
hooks/07_ColorPicker/Readme.md
@@ -25,7 +25,7 @@ npm install
25
on we can refactor the content of the components folder without affecting other external files in
26
the application that may import them).
27
28
-_./src/index.tsx_
+_./src/components/index.tsx_
29
30
```typescript
31
export * from "./hello";
@@ -252,7 +252,7 @@ export const ColorPicker = (props: Props) => (
252
+ )}
253
+ />
254
+ {props.color.blue}
255
-+ <br />
++ <br />
256
</div>
257
);
258
```
@@ -262,6 +262,7 @@ export const ColorPicker = (props: Props) => (
262
```bash
263
npm start
264
265
+
266
# About Basefactor + Lemoncode
267
268
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
0 commit comments