[Dots] Add new component
See original GitHub issueThe dot
variant of the MobileStepper
is what looks closest to the regular Stepper
component, however it’s quite poor in terms of styling capabilities.
It’d be great if the API would resemble Stepper
a bit more, for example, when a step is completed, it could show a different color than grey. We’d like to give it a green (success) color, but we’re limited with the current API.
The nonLinear
prop on Stepper
would be very useful too, as that’s where this feature request comes from. There currently is no way to indicate that a step before where you currently are needs your attention.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
DOTS Hybrid Components | Entities | 0.17.0-preview.42
So in many cases, DOTS projects will be hybrid: a mix of classic GameObjects and ECS. Hybrid Components provide a way to conveniently...
Read more >[Dots] Add new component #22267 - mui/material-ui - GitHub
At this point, I think that we could add new Dots and Dot components. I was keeping track of this request in https://trello.com/c/88UUEnyY/2691- ......
Read more >How to Add/RemoveComponent() in Hybrid ECS? - Unity Forum
Using Hybrid ECS I'm looking to add/remove components from an entity in the OnUpdate() loop within a ComponentSystem class.
Read more >Getting started with Unity DOTS — Part 1: ECS
When you add components to an entity, The Entity Manager creates an EntityArchetype struct that you can then use as a template for...
Read more >Create a Unity ECS Project - (v0.50) DOTS Tutorial
Navigate to "ConvertedSubScene" and create a new Empty GameObject named "GameSettings" · In "Scripts and Prefabs", right click, choose "Create" > "ECS" >...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At this point, I think that we could add new Dots and Dot components. I was keeping track of this request in https://trello.com/c/88UUEnyY/2691-dots-components.
@mbrookes I’m sorry about that. I feel like I generally do an ok job of describing my issues in this repo, this time I might’ve been a bit more in a rush.
I’ll start over in another issue some other day, this one is making us all a bit tired it seems.