Skip to content

Commit

Permalink
add styled frameworks for yew (#1396)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
spielcrypto authored Jul 10, 2020
1 parent 61ed84e commit 1e609b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DerefMut
ExampleProps
Github
HashMap
Javascript
Lifecycle
MaterialUi
NeqAssign
Expand All @@ -31,6 +32,7 @@ TODO
Todo
ViewPost
ViewPosts
Vuetify
WebAssembly
Webpack
Workspaces
Expand Down
8 changes: 8 additions & 0 deletions docs/more/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 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.

0 comments on commit 1e609b4

Please sign in to comment.