diff --git a/README.md b/README.md index a6951fe..246dd51 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ Currently we add basic utility-friendly form styles for the following form eleme - `select[multiple]` - `textarea` -**Note that for text inputs, you must add the `type="text"` attribute for these styles to take effect.** This is a necessary trade-off to avoid relying on the overly greedy `input` selector and unintentionally styling elements we don't have solutions for yet, like `input[type="range"]` for example. - Every element has been normalized/reset in a way that they look pretty great without doing anything to them at all: ```html @@ -86,4 +84,4 @@ We've baked in a few useful tricks, like making the checkbox and radio controls ``` -More customization examples and best practices coming soon. \ No newline at end of file +More customization examples and best practices coming soon. diff --git a/index.html b/index.html index 7ae452f..a4c3a3f 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,10 @@

Styled

Input (text) +