Commit a720bc6
authored
feat: add pivot component and selector with directive support (#5)
* feat: add pivot component and selector with directive support
- Implemented Pivot component to serve as a container for pivot blocks.
- Created PivotSelector component to manage pivot options and their display.
- Added styling for the pivot components to enhance UI/UX.
- Developed pivot-directive to transform pivot directives in markdown into corresponding HTML elements.
- Integrated local storage and URL query parameters for persistent state management of selected pivot options.
* refactor: remove unused Vite configuration for optimizeDeps
* feat: add MaxAge option to HSTS configuration for enhanced security
* fix: update pivot title and button colors for better visibility
* feat: add chevron icons for navigation and update theme image handling
* fix: improve pivot selector styles and update error handling
* feat: add disabled state to pivot options and improve button styles for better accessibility
* fix: update wording for clarity in first-app documentation
* fix: enhance pivot selector logic to ensure valid option selection and improve error handling
* fix: improve clarity and detail in first-app documentation
* fix: update documentation to use Aside component for notes and improve heading levels for clarity
* fix: enhance pivot selector layout for better responsiveness on smaller screens1 parent 729c746 commit a720bc6
File tree
20 files changed
+526
-50
lines changed- src
- frontend
- src
- assets
- get-started
- icons
- components
- content/docs
- get-started
- reference/cli
- directives
- styles
- statichost/StaticHost
20 files changed
+526
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
235 | 243 | | |
236 | 244 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Binary file not shown.
Loading
Loading
0 commit comments