-
-
Notifications
You must be signed in to change notification settings - Fork 147
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.
<button class='btn btn--linkblue btn--medium' href='#'>Lonely</button>
- Code will look something like this.
4.This is how you redirect your button to any of the functionality like save ,cancel etc.