oxygen / ui-base
View Files and Rendering Code
0.8.0
2024-04-01 09:40 UTC
Requires
- php: ^8.1
- ext-json: *
- illuminate/pagination: ^10.0
- illuminate/support: ^10.0
- oxygen/auth: ~0.8.0
- oxygen/core: ~0.15.0
Requires (Dev)
- phpstan/phpstan: ^1.8
- dev-master
- 0.8.0
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.19
- 0.3.18
- 0.3.17
- 0.3.16
- 0.3.15
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-laravel10
- dev-page-editing
- dev-editor-ui
- dev-updates
This package is auto-updated.
Last update: 2024-10-31 00:28:28 UTC
README
This repository contains view files and rendering code for Oxygen.
For more information visit the Core repository.
What is the difference between ui-base
and ui-theme
?
ui-base
contains code and view files (.blade.php
) and basically sets the structure for the user interface (with HTML).
ui-theme
adds CSS and JS (compiled from SCSS and CoffeeScript respectively) which gives the core view files a nice theme.
The distinction has been made so that one can either:
- switch 'theme', changing the look of Oxygen using only CSS and JavaScript
- change the UI altogether, overriding all the HTML, CSS and JavaScript