We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e042b5 commit cc59ef8Copy full SHA for cc59ef8
README.md
@@ -23,21 +23,21 @@ Features:
23
## Quickstart
24
25
```jsx
26
- import react from 'react';
27
- import FlipNumbers from 'react-flip-numbers';
28
-
29
- export default () => {
30
- return <FlipNumbers
31
- height={12}
32
- width={12}
33
- color="red"
34
- background="white"
35
- play
36
- perspective={100}
37
- numbers="12345"
38
- numberStyle={{ color: "black" }}
39
- />;
40
- }
+import react from 'react';
+import FlipNumbers from 'react-flip-numbers';
+
+export default () => {
+ return <FlipNumbers
+ height={12}
+ width={12}
+ color="red"
+ background="white"
+ play
+ perspective={100}
+ numbers="12345"
+ numberStyle={{ color: "black" }}
+ />;
+}
41
```
42
43
## API
0 commit comments