Skip to content
Snippets Groups Projects
Commit 14812a26 authored by StarArawn's avatar StarArawn
Browse files

Small minor readme changes.

parent c980be6d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ Kayak UI is in the very early stages of development. Important features are miss
- Basic widget and global state management
- Input events (Mouse, Keyboard, Char)
- Fast and accurate layouts using morphorm: https://github.com/geom3trik/morphorm
- A few default widgets check out [src/widgets](./src/widgets)!
- A few default widgets (check out Kayak's [built-in widgets](./src/widgets)!)
- Style system built to kind of mimic CSS styles.
- Image and Nine patch rendering.
- Vec widgets see vec_widget example!
......@@ -69,6 +69,7 @@ You can easily declare your own custom widgets:
```rust
#[widget]
pub fn MyCustomWidget(props: MyCustomWidgetProps) {
let children = props.get_children();
rsx! {
<>
{children}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment