Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
---
2
layout: docs
3
title: "Getting started"
4
date: 2020-01-28T10:13:29+01:00
5
group: library
6
draft: false
7
weight: 1
8
---
9
<style>
10
  .bd-title {
11
    display: none;
12
  }
13
</style>
14
<div class="d-flex">
1441 ariadna 15
  <div class="w-50 ms-auto me-auto">
1 efrain 16
{{< image "logo.png" "The Moodle logo" "img-fluid">}}
17
</div>
18
</div>
19
 
20
## The Moodle UI Component library
21
 
22
The Moodle UI component library is the central location for documenting frequently used User Interface components used in Moodle. Moodle UI components are used to represent distinct UI elements, such as tables, buttons, dialogs, and others.
23
The main purpose of this library is to provide documentation for designers and developers when doing frontend development of new features.
24
 
25
This library allows you to create user interfaces more efficiently, it is a tool for visual designers, front-end developers, ux developers and anybody creating core Moodle code or Moodle extensions.
26
 
27
Whenever a new Moodle feature is created or updated the building blocks for the UI of the feature should be documented in this library.
28
 
29
## Bootstrap docs
30
 
1441 ariadna 31
[Bootstrap](http://getbootstrap.com) components are included with every Moodle installation.  These components and utilities provide many helpful features for front-end development and are safe to use.  You can find more information in the official [Bootstrap documentation](https://getbootstrap.com/docs/).
1 efrain 32
 
33
## Build with Hugo
34
 
35
This page and all other pages in the Component library are build using [Hugo](http://gohugo.io), a static site generator that can turn documentation written in Markdown into nice pages like the one you are looking at right now.