Skip to content

Commit

Permalink
update doc with raw
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 25, 2024
1 parent a29f3a0 commit dbbae6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ import VueTechsLogs from 'vue-techs-logos';
// Modification of size component
<VueTechsLogos name="javascript" size="220px" />
// Mode raw
<VueTechsLogos name="javascript" :raw="true" />
```
5 changes: 5 additions & 0 deletions src/App.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ export const configApp = {
language: 'tsx',
content: `<VueTechsLogos :hiddenLogos="['vue','javascript', 'react', 'angular', 'android']" />`,
},
{
name: 'raw',
language: 'tsx',
content: `<VueTechsLogos name="vue" :raw="true" />`,
},
],
}

0 comments on commit dbbae6c

Please sign in to comment.