Skip to content

Commit

Permalink
feat: replace DB icons with whitelabel open source icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 8, 2025
1 parent de56755 commit 030b822
Show file tree
Hide file tree
Showing 236 changed files with 3,477 additions and 6,798 deletions.
362 changes: 351 additions & 11 deletions .gitignore

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import "@db-ui/components/build/styles/db-ui-42-rollup.css";
```tsx
import { DBButton } from '@db-ui/react-components';
...
<DBButton icon="person" onClick={()=>{console.log("Test")}}>Test</DBButton>
<DBButton icon="x_placeholder" onClick={()=>{console.log("Test")}}>Test</DBButton>
...
```

Expand Down
2 changes: 1 addition & 1 deletion output/stencil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ defineCustomElements();

```html
...
<db-button icon="person">Test</db-button>
<db-button icon="x_placeholder">Test</db-button>
...
```

Expand Down
2 changes: 1 addition & 1 deletion output/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { DBButton } from "@db-ui/v-components";
</script>
<template>
<DBButton icon="person">Test</DBButton>
<DBButton icon="x_placeholder">Test</DBButton>
</template>
```

Expand Down
Loading

0 comments on commit 030b822

Please sign in to comment.