2025-04-08 - Frontend Styles

From Izara Wiki
Revision as of 09:13, 20 March 2025 by Pack (talk | contribs)
Jump to navigation Jump to search

styled-components concept

Style Tag Name

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

Style Tag Syntax

export const IzaraTextSpanStyle = styled.span`
  ${(props) => createComponent(props)}
`;


function

createComponent