@oddsmith/ui 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# Casino Leaderboard Component
|
|
2
2
|
|
|
3
|
-
Deploy a fully brandable casino leaderboard, ready to match your brand.
|
|
3
|
+
Deploy a fully brandable casino leaderboard, ready to match your brand. Your data, our UI.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
import { OsLeaderboardCasino } from '@oddsmith/ui/os-leaderboard-casino';
|
|
7
|
-
```
|
|
5
|
+
A frontend engineer mounts the leaderboard on your site in any frontend stack. There is no Oddsmith backend to connect. You push the data into the component.
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
Create as many custom leaderboards that you need.
|
|
8
|
+
|
|
9
|
+
**Time to a live board: 1 day**
|
|
10
|
+
|
|
11
|
+
Try it: [oddsmith.io](https://oddsmith.io)
|
|
10
12
|
|
|
11
13
|
[Integration docs](https://app.notion.com/p/Client-integration-3c9437e762d68075b87ff9fd358678dd)
|