2025-04-08 - Frontend Styles

From Izara Wiki
Revision as of 09:06, 20 March 2025 by Pack (talk | contribs) (Created page with "= styled-components concept= * use "Izara" + html tag + "Style" * html tag = using tag <syntaxhighlight lang="JavaScript"> const IzaraInputStyle = styled.input </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

styled-components concept

  • use "Izara" + html tag + "Style"
  • html tag = using tag
const IzaraInputStyle = styled.input