Skip to content

SelMaK-fr/Nedax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In development

Nedax is currently under development, the deposit is available but note that the project is not completed.

Nedax Dashboard Template

[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.

Demonstation - French Support

Getting Started

Nedax and SASS / SCSS Please configure your IDE to take full advantage of the SASS preprocessor

Use plugins

Ribbon

The class ribbon is by default in position: absolute.

<div class="ribbon"><span>My ribbon</span></div>

Markdown Editor

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>

JS Color

Add class jscolor to the input

<input class="jscolor" type="text" name="name">

Modal

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>

Versions

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)

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Free dashboard template with Knacss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published