-
-
Notifications
You must be signed in to change notification settings - Fork 129
UX Guide
Kirti Singh edited this page Jan 20, 2022
·
4 revisions
A guide on various phoenix UI/UX components.
- Theme
- Light Theme
- Dark Theme
- UI Widgets
- Confirmation dialogue
- Dialogue with Text
- UX Elements
- Button
For changing the Theme of your editor go to View-> Themes-> Current Theme-> choose any theme you want.
It's is by default Theme
In current Themes choose "Phoenix Dark" and click on done.
Steps to be followed
- ENTER Ctrl-Shift-(C), it will automatically open the developers tool.
- Go and hover over the button component.
- In the developers console you can see button component.
- Code will look something like this , look at the highlighted part. 5.In the highlighted part you can wish to make the changes according to your requirements in future. 6.This is how you redirect your button to any of the functionality like save ,cancel etc.