mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00

- remove scss-lint and sass-lint - add stylelint and stylelint-order packages and configuration - update all *.scss files to new syntax fixes #14805
ion-note
Notes are text elements generally used as subtitles that provide more information. Notes are styled to appear grey by default.
Properties
color
string
The color to use from your Sass $colors
map.
Default options are: "primary"
, "secondary"
, "tertiary"
, "success"
, "warning"
, "danger"
, "light"
, "medium"
, and "dark"
.
mode
string
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
Attributes
color
string
The color to use from your Sass $colors
map.
Default options are: "primary"
, "secondary"
, "tertiary"
, "success"
, "warning"
, "danger"
, "light"
, "medium"
, and "dark"
.
mode
string
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
Built with StencilJS