伊欧 d77cf0196b
Prepare for 0.22 release (#3750)
* Update CHANGELOG
https://github.com/yewstack/yew/actions/runs/11314974928/job/31465588862

* Add items.

* Write blog.

* Archive the documents.

* Add author.

* Update SSR document.

* Fix typo.

* Add simplified Chinese translation.

* Update package.json

* Sync documents

* Add traditional Chinese translation.

* Sync documents

* Add Japanese translation.

* Sync documents

* Fix typo by `fmt:write`.

* Fix typo by `write-translations`.

* Apply suggestions from code review

* Fix typo.

* #3769 in changelog

---------

Co-authored-by: Elina <imelina@elina.website>
2024-12-17 16:27:02 +08:00

28 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 'CSS'
---
Yew に CSS サポートを統合する最良の方法についての議論は、こちらで見つけることができます:[https://github.com/yewstack/yew/issues/533](https://github.com/yewstack/yew/issues/533)
ここには、Yew に CSS サポートを統合する最良の方法についての多くの議論が含まれています。
現在、私たちが採用している方法は、開発者が最も人気のあるシステムを採用する前に多くのシステムを構築することを奨励することです。
コミュニティは現在、プロジェクトにスタイルを追加するためのいくつかのプロジェクトを開発しています。以下はその一部です:
#### コンポーネントライブラリ
- [yew_styles](https://github.com/spielrs/yew_styles) - JavaScript 依存なしの Yew スタイルフレームワーク。
- [yew-mdc](https://github.com/Follpvosten/yew-mdc) - マテリアルデザインコンポーネント。
- [muicss-yew](https://github.com/AlephAlpha/muicss-yew) - MUI CSS コンポーネント。
- [Yewtify](https://github.com/yewstack/yewtify) Yew で Vuetify フレームワークの機能を実現。
#### スタイルソリューション
- [stylist](https://github.com/futursolo/stylist-rs) - WebAssembly アプリケーション用の CSS-in-Rust スタイルソリューション。
- [tailwind-css](https://github.com/thedodd/trunk/tree/master/examples/yew-tailwindcss) - Tailwind ユーティリティクラス。
:::important ドキュメントの改善
Yew にスタイルを追加するプロジェクトを開発している場合は、このリストに自分を追加する PR を提出してください!
:::