skclusive / Skclusive.Material.Docs

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

Document Chip component #14

Closed skclusive closed 3 years ago

skclusive commented 4 years ago

Chip component is implemented. Need to add documentation similar to material-ui Chip https://material-ui.com/components/chips/#chip

Also need to use Chip component here in https://github.com/skclusive/Skclusive.Material.Docs/blob/master/Docs.App.View/Pages/Divider/Segments/MiddleDividers/MiddleDividersDemo.razor#L100

henon commented 4 years ago

ok, I'll do the documentation.

skclusive commented 3 years ago

@henon Chip component required rework in terms of parameter to match material-ui implementation. also the stylings were complex enough to force me implement the material-ui theming with color manipulation in C# (from their js implementation).

updated Chip document also.

https://github.com/skclusive/Skclusive.Material.Docs/tree/develop/Docs.App.View/Pages/Chip

skclusive commented 3 years ago

tweeted the chip video clip. https://twitter.com/skclusive/status/1298896106957365249

henon commented 3 years ago

Awesome. You took this much further than I could have!