mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
47 lines
765 B
Markdown
47 lines
765 B
Markdown
(developer)=
|
|
# Developer
|
|
|
|
Welcome to the BEC Widgets developer guide! This section is intended for developers who want to contribute to the development of BEC Widgets.
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 2
|
|
hidden: true
|
|
---
|
|
|
|
getting_started/getting_started.md
|
|
widgets/widgets.md
|
|
api_reference/api_reference.md
|
|
```
|
|
|
|
|
|
***
|
|
|
|
````{grid} 2
|
|
:gutter: 5
|
|
|
|
```{grid-item-card}
|
|
:link: developer.getting_started
|
|
:link-type: ref
|
|
:img-top: /assets/rocket_launch_48dp.svg
|
|
:text-align: center
|
|
|
|
## Getting Started
|
|
|
|
Learn how to install BEC Widgets and get started with the framework.
|
|
```
|
|
|
|
```{grid-item-card}
|
|
:link: developer.widgets
|
|
:link-type: ref
|
|
:img-top: /assets/apps_48dp.svg
|
|
:text-align: center
|
|
|
|
## Widgets
|
|
|
|
Learn about the building blocks of larger applications: widgets.
|
|
```
|
|
````
|
|
|
|
|