mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
add styled frameworks for yew (#1396)
* add styled frameworks for yew * revert some changes that was updated previously * fix code review * capitalize fist letter yewtify explanation * fix code review * switch definitions * add Vuetify and Javascript in the dictionary
This commit is contained in:
parent
61ed84e4aa
commit
1e609b4af8
@ -14,6 +14,7 @@ DerefMut
|
|||||||
ExampleProps
|
ExampleProps
|
||||||
Github
|
Github
|
||||||
HashMap
|
HashMap
|
||||||
|
Javascript
|
||||||
Lifecycle
|
Lifecycle
|
||||||
MaterialUi
|
MaterialUi
|
||||||
NeqAssign
|
NeqAssign
|
||||||
@ -31,6 +32,7 @@ TODO
|
|||||||
Todo
|
Todo
|
||||||
ViewPost
|
ViewPost
|
||||||
ViewPosts
|
ViewPosts
|
||||||
|
Vuetify
|
||||||
WebAssembly
|
WebAssembly
|
||||||
Webpack
|
Webpack
|
||||||
Workspaces
|
Workspaces
|
||||||
|
|||||||
@ -4,3 +4,11 @@
|
|||||||
|
|
||||||
A proposal for integrated CSS support can be found here: [https://github.com/yewstack/yew/issues/533](https://github.com/yewstack/yew/issues/533)
|
A proposal for integrated CSS support can be found here: [https://github.com/yewstack/yew/issues/533](https://github.com/yewstack/yew/issues/533)
|
||||||
|
|
||||||
|
## Style frameworks:
|
||||||
|
|
||||||
|
Currently our community members are developing these style frameworks:
|
||||||
|
|
||||||
|
* [yew_styles](https://github.com/spielrs/yew_styles) - A styling framework for Yew without any Javascript dependencies.
|
||||||
|
* [yew-mdc](https://github.com/Follpvosten/yew-mdc) - Material Design Components.
|
||||||
|
* [muicss-yew](https://github.com/AlephAlpha/muicss-yew) - MUI CSS Components.
|
||||||
|
* [Yewtify](https://github.com/yewstack/yewtify) – Implements the features provided by the Vuetify framework in Yew.
|
||||||
Loading…
x
Reference in New Issue
Block a user