Turnkey Styling
Denis Pupin (talk | contribs) |
Denis Pupin (talk | contribs) |
||
Line 21: | Line 21: | ||
== Layout == | == Layout == | ||
MDriven Turnkey uses CSS Grid to create the application layout. | MDriven Turnkey uses CSS Grid to create the application layout. | ||
== Components == | |||
=== Button === |
Revision as of 20:42, 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.