Nedax is currently under development, the deposit is available but note that the project is not completed.
[ENGLISH] Nedax is an admin theme developed in HTML5 and CSS3. It also uses the CSS Knacss framework. It was designed to administer small websites.
[FRENCH] Nedax est un thème admin pour site internet développé en HTML5 et CSS3. Il utilise le framework CSS Knacss. Il a été pensé pour administré des petits projets.
Nedax and SASS / SCSS Please configure your IDE to take full advantage of the SASS preprocessor
The class ribbon
is by default in position: absolute
.
<div class="ribbon"><span>My ribbon</span></div>
The editor is imported by default
Initialize the editor
var md = new MdEditor('#mdeditor', {
preview: false
});
Add ID mdeditor
to the textarea
<textarea id="mdeditor" name="name"></textarea>
Add class jscolor
to the input
<input class="jscolor" type="text" name="name">
Html button
<button data-modal-trigger="mymodal" class="btn btn-primary">Open</button>
Html Modal
<div data-modal="mymodal" class="modal">
<div class="content-wrapper">
<button type="button" class="close"></button>
<div class="modal-header">
<h2>Title Modal</h2>
</div>
<div class="content">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sapiente quasi ea quo dolor commodi facere optio maxime quae velit earum natus ut, mollitia porro rerum. Culpa quo vero tempora eum!
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">I Agree</button>
</div>
</div>
</div>
Nedax is currently in beta phase
b.1802.19
- Add forms
- Change logo
- Add Tabs
- Add UI Elements
b.2203.19
- Correction HTML code (deleting the section tag)
b.1105.19
- Add Modal
- Add Error page
- Add Blank page
- Add active class in navadmin menu
- Correction li for breadcrumb navigation
- Correction padding-bottom for app-content class
- Update Font Awesome (5.8.2)
- SelMaK - Initial work - SelMaK-fr
This project is licensed under the MIT License - see the LICENSE.md file for details