Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI
Commits
14812a26
Commit
14812a26
authored
3 years ago
by
StarArawn
Browse files
Options
Downloads
Patches
Plain Diff
Small minor readme changes.
parent
c980be6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
14812a26
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment