skclusive / Skclusive.Material.Docs

documentation for blazor Skclusive-UI
https://skclusive.github.io/Skclusive.Material.Docs/
MIT License
15 stars 3 forks source link

Style components #11

Open esso23 opened 4 years ago

esso23 commented 4 years ago

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

skclusive commented 4 years ago

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.