24 lines
291 B
Markdown
24 lines
291 B
Markdown
# Text Logo
|
|
<DemoContainer>
|
|
<TextLogo :animate="true" />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<TextLogo :animate="true" />
|
|
```
|
|
|
|
<DemoContainer>
|
|
<TextLogo :animate="false" />
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<TextLogo :animate="false" />
|
|
```
|
|
|
|
<style scoped>
|
|
svg {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
</style>
|