skclusive
skclusive
doubt on the usecase. when clicking the tab with link (is deep link?) is page routed?
not aware of bootstrap classes. we could have those classes (or components?) may be in https://github.com/skclusive/Skclusive.Material.Layout?
is this something similar to Box component https://material-ui.com/components/box/#box? in that case we can implement Box in skclusive-ui. the last time i checked it was implemented with lots of function composition...
i guess material-ui Box also behaves this way. so we could implement Box in Skclusive.Material.Core project then could be used in other components when ever required.
Material-ui Box component supports above configuration including responsive specific values. Please check the following samples. https://material-ui.com/components/box/ https://material-ui.com/system/basics/#all-inclusive Yes. The plan is to implement the Box component in Skclusive.Material.Lab repo which...
Hey thanks. Yes. I wish to have all components from material-ui to be ported in skclusive-ui. it takes time (material-ui is huge) and as of now i am a single...
Select needs to be implemented (by combining Input and Menu components i guess)
great. it is not yet available. please go ahead and implement. currently components support title attribute which can be used to get native Tooltip. we would need to implement the...
@esso23 great. you can bundle popper.js and custom scripts and componentize the script content as component. ex: https://github.com/skclusive/Skclusive.Material.Component/blob/master/Script/src/ScriptHelpers/ScriptHelpersScript.cs **TooltipHelpersScript.cs** ```cs public class TooltipHelpersScript : Scripted { public TooltipHelpersScript(): base("TooltipHelpersScript") {...
no. that would be good. but i used to manually copy.