Turnkey Styling
Denis Pupin (talk | contribs) |
Denis Pupin (talk | contribs) |
||
Line 28: | Line 28: | ||
<head> | <head> | ||
<script src="/extensions/style-system-presentation/ripple.js"></script> | <script src="/extensions/style-system-presentation/ripple.js"></script> | ||
<link | <link rel="stylesheet" href="/extensions/style-system-presentation/style.css"> | ||
</head> | </head> | ||
Revision as of 20:52, 30 July 2019
This page was created by Denis on 2019-07-30. Last edited by Stephanie on 2025-01-28.
Getting started
MDriven Turnkey Style system based on the BEM methodology. BEM stands for Block, Element, Modifier and it is a convention on how to structure CSS rules. Read more here.
Out of the box you will receive the following UI elements:
- Static text
- Image
- Text field
- Checkbox
- Select (Combobox)
- Date picker
- Data-table
- Button
- File upload
- Link
- Textarea
- Number field
- Float field
Layout
MDriven Turnkey uses CSS Grid to create the application layout.
Components
Buttons