This commit is contained in:
2025-12-27 18:25:15 +03:00
parent 63a9425680
commit fde5f9de58
23 changed files with 688 additions and 0 deletions

36
docs/SUMMARY.md Normal file
View File

@@ -0,0 +1,36 @@
# Summary
* [Tria UI](README.md)
## Getting Started
* [Installation](getting-started/installation.md)
* [Styles & Bundling](getting-started/styles.md)
* [Theming (theme/platform/skin)](getting-started/theming.md)
## Design System
* [Tokens overview](design-system/tokens.md)
* [Presets: web/vk/tg × ios/android × light/dark](design-system/presets.md)
* [Customization without forking](design-system/customization.md)
## Providers
* [UIProvider](providers/uiprovider.md)
* [Snackbar Provider](providers/snackbar.md)
## Components
* [Button](components/button.md)
* [TabBar](components/tabbar.md)
* [Cells & Lists](components/cells-and-lists.md)
* [Forms](components/forms.md)
* [Feedback](components/feedback.md)
* [Modals & Overlays](components/modals.md)
* [Dates](components/dates.md)
* [Display](components/display.md)
## Patterns & Recipes
* [VK Mini Apps](patterns/vk-miniapps.md)
* [Telegram Mini Apps](patterns/tg-miniapps.md)
* [Responsive layout](patterns/responsive-layout.md)
## Contributing
* [Local development](contributing/development.md)
* [Release & versioning](contributing/release.md)