Remove per component sizing
parent
f5e572f5c5
commit
b96bc671f4
|
@ -50,13 +50,6 @@
|
||||||
<Button label="Delete" icon="pi pi-trash" />
|
<Button label="Delete" icon="pi pi-trash" />
|
||||||
<Button label="Cancel" icon="pi pi-times" />
|
<Button label="Cancel" icon="pi pi-times" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<h3>Sizes</h3>
|
|
||||||
<div class="component-sizes">
|
|
||||||
<Button label="Small" icon="pi pi-check" class="p-component-sm" />
|
|
||||||
<Button label="Normal" icon="pi pi-check" />
|
|
||||||
<Button icon="pi pi-check" label="Large" class="p-component-lg" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ButtonDoc/>
|
<ButtonDoc/>
|
||||||
|
|
|
@ -207,13 +207,6 @@ import Button from 'primevue/button';
|
||||||
<Button label="Delete" icon="pi pi-trash" />
|
<Button label="Delete" icon="pi pi-trash" />
|
||||||
<Button label="Cancel" icon="pi pi-times" />
|
<Button label="Cancel" icon="pi pi-times" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<h3>Sizes</h3>
|
|
||||||
<div class="component-sizes">
|
|
||||||
<Button label="Small" icon="pi pi-check" class="p-component-sm" />
|
|
||||||
<Button label="Normal" icon="pi pi-check" />
|
|
||||||
<Button icon="pi pi-check" label="Large" class="p-component-lg" />
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
|
|
|
@ -35,13 +35,6 @@
|
||||||
|
|
||||||
<h3>Invalid</h3>
|
<h3>Invalid</h3>
|
||||||
<InputText type="text" class="p-invalid" />
|
<InputText type="text" class="p-invalid" />
|
||||||
|
|
||||||
<h3>Sizes</h3>
|
|
||||||
<div class="component-sizes">
|
|
||||||
<InputText type="text" class="p-component-sm" placeholder="Small" />
|
|
||||||
<InputText type="text" placeholder="Normal" />
|
|
||||||
<InputText type="text" class="p-component-lg" placeholder="Large" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<InputTextDoc />
|
<InputTextDoc />
|
||||||
|
|
|
@ -99,13 +99,6 @@ import InputText from 'primevue/inputtext';
|
||||||
|
|
||||||
<h3>Invalid</h3>
|
<h3>Invalid</h3>
|
||||||
<InputText type="text" class="p-invalid" />
|
<InputText type="text" class="p-invalid" />
|
||||||
|
|
||||||
<h3>Sizes</h3>
|
|
||||||
<div class="component-sizes">
|
|
||||||
<InputText type="text" class="p-component-sm" placeholder="Small" />
|
|
||||||
<InputText type="text" placeholder="Normal" />
|
|
||||||
<InputText type="text" class="p-component-lg" placeholder="Large" />
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue