question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Dots] Add new component

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
oliviertassinaricommented, Aug 19, 2020

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.

0reactions
Floriferouscommented, Aug 20, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found