You've already forked AstralRinth
forked from didirus/AstralRinth
* Text + Animated logo * Update text-logo.md --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
18 lines
228 B
Markdown
18 lines
228 B
Markdown
# Text Logo
|
|
<DemoContainer>
|
|
<TextLogo :animate="true" />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<TextLogo :animate="true" />
|
|
```
|
|
|
|
<DemoContainer>
|
|
<TextLogo :animate="false" />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<TextLogo :animate="false" />
|
|
```
|
|
|