-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change and enhance properties for #input component and #form-input
- Loading branch information
1 parent
776430b
commit 46c0327
Showing
17 changed files
with
115 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
| Properties | Description | | ||
| ----------- | ----------------------------------------------------------------------------- | | ||
| `title` | _(optional)_ the `title` attribute in the status. | | ||
| `text` | _(optional)_ the `text` visual of the status. | | ||
| `icon` | _(optional)_ the `icon` show before the status text. Defaults to exclamation. | | ||
| `icon_size` | _(optional)_ the icon size of the icon shows. Defaults to medium. | | ||
| `status` | _(optional)_ defaults to error. | | ||
| Properties | Description | | ||
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------ | | ||
| `text` | _(optional)_ the `text` appears as the status message. | | ||
| `title` | _(optional)_ the `title` attribute in the status. | | ||
| `status` | _(optional)_ defines the visual appearance of the status. There are two main statuses `[error, info]`. The default status is `info`. | | ||
| `icon` | _(optional)_ the `icon` show before the status text. Defaults to exclamation. | | ||
| `icon_size` | _(optional)_ the icon size of the icon shows. Defaults to medium. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.