Ads component (#27)

* Ads component

* run lint
This commit is contained in:
Geometrically
2023-03-26 17:32:25 -07:00
committed by GitHub
parent 1ca3f6ef8a
commit be5df46803
8 changed files with 280 additions and 457 deletions

View File

@@ -37,6 +37,7 @@ export default {
{ text: 'Text Inputs', link: '/components/text-inputs' },
{ text: 'Search Filter', link: '/components/search-filter' },
{ text: 'Toggle', link: '/components/toggle' },
{ text: 'Promotion', link: '/components/promotion' },
],
},
],

View File

@@ -0,0 +1,11 @@
# Promotion
:::raw
<DemoContainer>
<Promotion theme="dark" />
</DemoContainer>
:::
```vue
<Promotion theme="dark" />
```