arivera12 / OneLine

OneLine is a multiplatform, standardized, redefined framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make all components hide-able internally.

arivera12 opened this issue · comments

Parameter Hide -> For razor hide
Parameter Hidden -> For css hide

Why Hide and Hidden?

Hide destroys the component state or won't render.

Hidden renders the component but hides it via css so it doesn't loses or destroy the state.