2025-04-08 - Frontend Styles
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)}
`;