Skclusive.Material.Docs
Skclusive.Material.Docs copied to clipboard
Style components
Everywhere in the docs it says you should include styles for particular component like this:
<AppBarStyle />
This is not only unnecessary but it also applies those styles twice (you can see that in developer console in Chrome for example).
yea. i see there is some confusion. installation docs for each component describes if people want to just use that component instead of entire Skclusive-UI (Skclusive.Material.Component). Ex: in existing app, if somebody want to use Skclusive <AppBar />
they can install and add styles associated with <AppBar />
which is <AppBarStyle />
. i guess i have to update on all pages about this. will do.