mirror of
https://github.com/zhigang1992/docz.git
synced 2026-06-15 09:58:33 +08:00
* Update the PropsTable to conditionally include the description column. * Adds a description to the Alert component in the basic examples to demonstrate it being added * The Button component in the basic example has no descriptions to demonstrate it being excluded * Remove a data- attribute that was used for testing * feat(docz): render [Empty String] on PropsTable (#427) * Updates the PropsTable to render '[Empty String]' instead of nothing. * Add the code to print [No Default] * fix(docz-theme-default): prop table header background was overflowing (#421)