-
Notifications
You must be signed in to change notification settings - Fork 0
docs(form-rating): add documentation, data file & live demos #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add `FormRating.data.ts` with prop metadata for BFormRating - Create `form-rating.md` page with overview, usage examples and API table - Update `TableOfContentsNav.vue` to include the new Form Rating section - Add demo components for all features: - `RatingInteractive.vue` (interactive mode) - `RatingNonInteractive.vue` (readonly mode) - `RatingPrecision.vue` (precision) - `RatingStars.vue` (custom star count) - `RatingSizing.vue` (size presets) - `RatingValue.vue` (show-value) - `RatingValueMax.vue` (show-value-max) - `RatingVariant.vue` (Bootstrap variants) - `RatingCustomColor.vue` (custom color)
|
Caution Review failedThe pull request is closed. WalkthroughA new "Form Rating" component is introduced, including its metadata, documentation, and multiple demo Vue components showcasing its features. The Table of Contents navigation is updated to include this new component, and comprehensive documentation is provided detailing usage, props, and interactive examples for the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DocsApp
participant TableOfContentsNav
participant BFormRating
participant DemoComponent
User->>DocsApp: Navigates to Form Rating documentation
DocsApp->>TableOfContentsNav: Renders navigation with "Form Rating"
DocsApp->>DemoComponent: Loads demo (e.g., RatingInteractive)
DemoComponent->>BFormRating: Renders rating input with props
User->>BFormRating: Interacts with rating (if interactive)
BFormRating-->>DemoComponent: Emits updated model value
DemoComponent-->>User: Displays updated rating value
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (13)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Caution No docstrings were generated. |
Create the initial Documentation for
This pull request adds the first-pass documentation for the new BFormRating component in BootstrapVueNext:
• FormRating.data.ts: Prop metadata (types, defaults, descriptions) aligned with BFormRatingProps
• form-rating.md: Overview, usage examples, live demos for all features (show-value, show-value-max, precision, star count, variants, custom color, sizes, readonly)
• Demo components under docs/components/demo/ illustrating each feature in isolation
• Updated sidebar/index page to link to the new “Form Rating” docs section
Documentation Check List
Summary by CodeRabbit