Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamkingalvarado/a9f023a324b93a7b237037d1e0a3f821 to your computer and use it in GitHub Desktop.
Save iamkingalvarado/a9f023a324b93a7b237037d1e0a3f821 to your computer and use it in GitHub Desktop.
Architecture
feat
authentication
login
- Localizable.strings
- LoginView
- LoginViewModel
signup
- Localizable.strings
- SignUpView
forgotPassword
welcome
- WelcomeView
lib
authentication
- LoginService
ui
- Fonts
- TextStyle
- FontSize
core
components
text
- EditText
button
- Button
EditText()
.type(.email)
.trailingIcon(.systemIconLock)
.leadingIcon(.systemPasswordShow, {
})
Button()
.style(.action)
.style(.borderless, color: .textMuted)
.action({
})
Text()
.style(.normal)
.color(.textMuted)
Image()
.style(.wallpaper)
.url("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment