The Wayback Machine - https://web.archive.org/web/20200611012723/https://github.com/topics/modern
Skip to content
#

modern

Here are 360 public repositories matching this topic...

Blinxar
Blinxar commented Jun 23, 2017

What steps will reproduce this issue?

I have headers set up like this:

<TabItem.Header>
    <metro:Badged Badge="2">
        <TextBlock Text="Not cropped header"
                               Foreground="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type metro:ContentControlEx}}, Path=(TextElement.Foreground)}"
                               FontSize="{Bi
Bug
opensource
MrWeb
MrWeb commented Feb 16, 2019

In this page https://designrevision.com/docs/shards-vue/components/collapse there is a demo for the Collapse component showing a button with size="small". This returns an error: Invalid prop: custom validator check failed for prop "size"

In the Button Component the only allowed sizes are sm and lg as showing in button/Button.vue component line 56-60:

`size: {
type: S

Improve this page

Add a description, image, and links to the modern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modern topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.