|
| 1 | +import DefaultPage from "../../../components/default-page"; |
| 2 | +import { DBCard } from "../../../../../output/react/src"; |
| 3 | + |
| 4 | +# Playgrounds |
| 5 | + |
| 6 | +You can try out our components on StackBlitz or CodeSandbox without downloading or installing anything on your local machine. |
| 7 | + |
| 8 | +We would also appreciate it if you could provide a working example when opening an issue in our repository. Please keep in mind not to share any internal information or data this way, not even in screenshots. This includes internal URLs. Only use sample material. |
| 9 | + |
| 10 | +<section class="playground"> |
| 11 | + |
| 12 | + ## CodeSandbox |
| 13 | + |
| 14 | + <a href="https://codesandbox.io/s/github/db-ux-design-system/examples/tree/main/react-example"> |
| 15 | + <DBCard behavior="interactive"> |
| 16 | +  |
| 17 | + <strong>React 18</strong> |
| 18 | + React app including `@db-ux/react-core-components` |
| 19 | + </DBCard> |
| 20 | + </a> |
| 21 | + |
| 22 | + <a href="https://codesandbox.io/s/github/db-ux-design-system/examples/tree/main/vue-example"> |
| 23 | + <DBCard behavior="interactive"> |
| 24 | +  |
| 25 | + <strong>Vue 3</strong> |
| 26 | + Vue app including `@db-ux/v-core-components` |
| 27 | + </DBCard> |
| 28 | + </a> |
| 29 | + |
| 30 | + <a href="https://codesandbox.io/s/github/db-ux-design-system/examples/tree/main/angular17-example"> |
| 31 | + <DBCard behavior="interactive"> |
| 32 | +  |
| 33 | + <strong>Angular 17</strong> |
| 34 | + Angular app including `@db-ux/ngx-core-components` |
| 35 | + </DBCard> |
| 36 | + </a> |
| 37 | + |
| 38 | + <a href="https://codesandbox.io/s/github/db-ux-design-system/examples/tree/main/react-tailwind-template"> |
| 39 | + <DBCard behavior="interactive"> |
| 40 | +  |
| 41 | + <strong>React 18 + tailwind</strong> |
| 42 | + React + tailwind app including `@db-ux/react-core-components` |
| 43 | + </DBCard> |
| 44 | + </a> |
| 45 | + |
| 46 | +</section> |
| 47 | + |
| 48 | +<section class="playground"> |
| 49 | + |
| 50 | + ## StackBlitz |
| 51 | + |
| 52 | + <a href="https://stackblitz.com/fork/github/db-ux-design-system/examples/tree/main/react-example?file=index.html"> |
| 53 | + <DBCard behavior="interactive"> |
| 54 | +  |
| 55 | + <strong>React 18</strong> |
| 56 | + React app including `@db-ux/react-core-components` |
| 57 | + </DBCard> |
| 58 | + </a> |
| 59 | + |
| 60 | + <a href="https://stackblitz.com/fork/github/db-ux-design-system/examples/tree/main/vue-example?file=index.html"> |
| 61 | + <DBCard behavior="interactive"> |
| 62 | +  |
| 63 | + <strong>Vue 3</strong> |
| 64 | + Vue app including `@db-ux/v-core-components` |
| 65 | + </DBCard> |
| 66 | + </a> |
| 67 | + |
| 68 | + <a href="https://stackblitz.com/fork/github/db-ux-design-system/examples/tree/main/angular17-example?file=index.html"> |
| 69 | + <DBCard behavior="interactive"> |
| 70 | +  |
| 71 | + <strong>Angular 17</strong> |
| 72 | + Angular app including `@db-ux/ngx-core-components` |
| 73 | + </DBCard> |
| 74 | + </a> |
| 75 | + |
| 76 | + <a href="https://stackblitz.com/fork/github/db-ux-design-system/examples/tree/main/react-tailwind-template?file=index.html"> |
| 77 | + <DBCard behavior="interactive"> |
| 78 | +  |
| 79 | + <strong>React 18 + tailwind</strong> |
| 80 | + React + tailwind app including `@db-ux/react-core-components` |
| 81 | + </DBCard> |
| 82 | + </a> |
| 83 | + |
| 84 | +</section> |
| 85 | + |
| 86 | +export default ({ children }) => <DefaultPage>{children}</DefaultPage>; |
0 commit comments