mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix comments
This commit is contained in:
@@ -50,7 +50,7 @@ export class Input {
|
||||
/** The input's value attribute. */
|
||||
@Prop({ mutable: true }) value: string = '';
|
||||
|
||||
/** Set to true to draw a pill-style button with rounded edges. */
|
||||
/** Set to true to draw a pill-style input with rounded edges. */
|
||||
@Prop() pill = false;
|
||||
|
||||
/** The input's label. */
|
||||
|
||||
@@ -25,7 +25,7 @@ export class Tag {
|
||||
/** The tag's size. */
|
||||
@Prop() size: 'small' | 'medium' | 'large' = 'medium';
|
||||
|
||||
/** Set to true to draw a pill-style button with rounded edges. */
|
||||
/** Set to true to draw a pill-style tag with rounded edges. */
|
||||
@Prop() pill = false;
|
||||
|
||||
/** Set to true to make the tag removable. */
|
||||
|
||||
Reference in New Issue
Block a user