dancespiele/yew_styles
Fork: 13 Star: 156 (更新于 2024-10-29 23:47:07)
license: Apache-2.0
Language: Rust .
Yew Styles is a style framework for yew
最后发布版本: v0.11.0 ( 2021-11-29 02:03:38)
Yew Styles
Yew Styles is a style framework for yew without JavaScript dependencies
Motivation
The purpose of developing this project is first, provide a style framework for yew that doesn't require any JavaScript dependencies also to create a layout system which is not far of the flexbox concept, and, to take the rust benefits and implement properties selected by enumeration in the most of the cases which makes fast for developing applications and avoids the practice try and error
How it works
Each component is split in two parts, the logical yew component and its sass module, however, it is not necessary to worry about the sass module only it needs to be include in the project
Note: One of the goals of yew_styles project is include css in the components without depending of any external css file. Candidate chosen stylist-rs
How install it
- Install the sass module:
npm install yew-styles
- Add the yew_style crate with the features needed for your project in Cargo.toml file:
yew_styles = { version="0.11", features=["button", "text", "navbar"] }
- Import the main.css file in you main javascript/typescript file project:
import 'node_modules/yew-styles/main.css';
- Ready to import and use in your project 🚀
Yew styles with Trunk
To create an app with Yew Styles framework using Trunk instead of Parcel
is possible, please check Yew Styles Trunk Template
Visual example:
You can find all the visual example in the website https://yewstyles.spielrs.tech
Run the documentation page
-
git clone https://github.com/spielrs/yew_styles.git
-
cd yew_styles
-
npm start
In the left side there is a list of links where each one access to a correspondent component documentation, there, shows how to use it.
Rust Docs
You can also see all the Yew Style documentation in rust docs here. It includes description and examples for each component
Run the tests
Inside of the project run:
cargo test --target wasm32-unknown-unknown --manifest-path=crate/yew_styles/Cargo.toml
Development phase
Yew Styles cover all the common cases used in a web application however there are still a lot of work to do and components to implement. All contributions are appreciated.
How contribute
First, open an issue describing about the fix, improvement or implementation and as suggestion, don't start to work in it until that is discussed. If the contribution is a fix or small improvement in a component, only a pull request to master explaining what resolve or improve that, is required. If it is an implementation, please follow the next requirements:
- Firstable open an issue describing about the component
- Unit tests, which checks that the component is created and its logic works, in the same file where it is implemented (test events is not needed for now)
- One component per file, if multiple components have connections between them, it is possible create subfolder
- Documentation in the component showing an example of using it and small description of each prop
- Create a component page in
/crate/src/page
with the same structure than the rest of the components
Do you like Yew Styles?
If you like Yew Styles, help me supporting the project:
- BAT rewards in case that you use Brave Browser
- Github Sponsors
If you need a feature that is not cover yet, as soon as possible, you can also fund the issue here
Code of Conduct
Please check our code of conduct
Code Contributors
Roadmap
- Button
- Layout
- Navbar
- Form
- Card
- Text
- Dropdown
- get rid of css files
- Progress
- Spinners
- Table
- Pagination
- Modal
- Sidebar
- Tab
- Tooltips
- Collapse
- Carousel
- Calendar
- Assets (implemented in the new library yew_assets)
License
Yew Style is MIT and Apache-2.0 licensed
最近版本更新:(数据更新于 2024-10-02 11:15:58)
2021-11-29 02:03:38 v0.11.0
2021-08-03 05:50:22 v0.10.0
2021-07-15 05:36:55 v0.9.4
2021-07-11 05:40:59 v0.9.3
2021-06-22 06:52:14 v0.9.2
2021-06-17 06:09:47 v0.9.1
2021-01-11 02:33:11 v0.9.0
2020-11-12 06:22:59 v0.8.1
2020-10-27 06:21:32 0.8.0
2020-09-02 08:41:19 v0.7.4
dancespiele/yew_styles同语言 Rust最近更新仓库
2024-11-05 08:48:52 lapce/lapce
2024-11-01 09:38:24 dashpay/platform
2024-11-01 02:26:55 mediar-ai/screenpipe
2024-10-30 06:09:45 electric-capital/crypto-ecosystems
2024-10-29 10:21:58 rustdesk/rustdesk
2024-10-27 15:42:03 jtroo/kanata