Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh authored Oct 8, 2023
1 parent 141dbeb commit 17c967c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Custom Components

### Color
```vue
<Color hex="#6366f1">Liberty Multiplayer</Color>
```
![image](https://github.com/liberty-mp/wiki/assets/35312043/dd2956a2-74e6-4a63-8ee4-2646615c4772)

### Dinero
```vue
<Dinero :amount="1000" />
```
![image](https://github.com/liberty-mp/wiki/assets/35312043/fa0307be-284d-4e58-b936-6223b1a5cb14)

### Gold
```vue
<Gold :amount='1000' />
```
![image](https://github.com/liberty-mp/wiki/assets/35312043/ff1a95d7-8810-40d3-b50f-5283ce0ddae9)

### PremiumSubscription
```vue
<PremiumSubscription type='gold' />
<PremiumSubscription type='platinum' />
```
![image](https://github.com/liberty-mp/wiki/assets/35312043/2eb7c065-fa76-4751-ac9b-8888257afd20)
![image](https://github.com/liberty-mp/wiki/assets/35312043/86ef906e-1233-4e20-9bec-ce4e5956eede)

### Image
```vue
<Image src="https://i.imgur.com/l0Preik.png" alt="Cat" width="128" height="128" />
```

<img src="https://github.com/liberty-mp/wiki/assets/35312043/27a72a93-de70-4749-ba30-4a09a8222060" width="128" height="128" />

0 comments on commit 17c967c

Please sign in to comment.