feat(docs): enhance getting started guide with integration steps for …#447
Open
feat(docs): enhance getting started guide with integration steps for …#447
Conversation
- Added new React adapter for versions v16-v18 and Vaadin adapter in the frameworks documentation. - Updated image paths in the frameworks section to use the new structure. - Enhanced the playground section with direct links to StackBlitz for different versions and added a recommendation for using v4. - Modified the first steps documentation to include a preconfigured seed project notice. - Updated homepage links to reflect the new versioning system. - Changed the version identifier to 'next' for upcoming releases.
f9234c7 to
aa9e12e
Compare
BF150
reviewed
Feb 10, 2026
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Vite + React + TS</title> |
Contributor
There was a problem hiding this comment.
Der Vite Hinweis fehlt jetzt. Brauchen wir den noch irgendwo anders?
| ``` | ||
|
|
||
| const app = createApp(App) | ||
| **Framework-spezifisch?** → [Detaillierte Anleitungen für alle Frameworks](./frameworks) |
Contributor
There was a problem hiding this comment.
So wirklich Framework spezifische Anleitungen sind auf der Seite nicht, eher eine Übersicht der Packages
| import { defineCustomElements } from 'https://unpkg.com/@public-ui/components@latest/dist/loader/index.js'; | ||
| import { DEFAULT } from 'https://unpkg.com/@public-ui/theme-default@latest/dist/index.mjs'; | ||
|
|
||
| ## Weitere Optionen |
Contributor
There was a problem hiding this comment.
ich weiß du wolltest die Seite kürzer, aber gibt es noch irgendwo anders einen Hinweis auf die Tools?
Contributor
|
Insgesamt finde ich das sehr gut. kurz und schnell erklärt wie ich starten soll. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…KoliBri components
fix(homepage): update documentation links to use dynamic versioning
chore(version): change VERSION_ID to 'next' for upcoming release