Skip to content

Commit 7ebe581

Browse files
author
FalkWolsky
committed
Fixing tabbed container showHeader
1 parent a7f20af commit 7ebe581

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
44
<div align="center">
55
<h1 style="border-bottom: none; margin-bottom: 0">Lowcoder</h1>
6-
<h3 style="margin-top: 0">Lowcoder is the best Retool, Appsmith or Tooljet Alternative.</h3>
6+
<h3 style="margin-top: 0">This is the only Platform, which closes the gap between App Development, Website Development and Slide-Presentations.</h3>
77
<p>
8-
Create internal and external software applications for your Company and your Customers with minimal coding experience.
8+
Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.
99
</p>
10+
<h3 style="margin-top: 0">Lowcoder is the best Retool, Appsmith or Tooljet Alternative.</h3>
1011
</div>
1112

1213
<img src="https://1167272343-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjNgeI0mUzgw6Re92iTOw%2Fuploads%2FnwXJC1XBqP2MvTQitPyo%2FApp%20Editor%20%7C%20Main%20Screeen%20clean.png?alt=media&token=e5fba81b-82a7-4c0e-a15d-baa781d5b13a"/>
1314

1415
## 📢 Use Lowcoder in 3 steps
1516
1. Connect to any data sources or APIs.
16-
2. Build UI with 50+ components.
17+
2. Build UI with 60+ components.
1718
3. Share with colleagues and customers.
1819

1920
## 💡 Why Lowcoder
@@ -52,7 +53,7 @@ Lowcoder wants to take a step forward. More specifically, Lowcoder is:
5253
- build a Meeting tool with peace in mind. Blue buttons - ok. Red corners or circle Videostream - ok too.
5354
- embedd applications in your Video-Meetings, so attendees can enjoy collaborative "anything". From shopping to working and gaming...
5455
### Lowcoder vs Powerapps
55-
- build a apps way faster than in Power Apps. Save up to 50& of the time at least.
56+
- build a apps way faster than in Power Apps. Save up to 50& of the time and costs at least.
5657
- Use self-hosting to keep all apps and data under your control for example at the own baremetals.
5758
### Lowcoder vs Retool
5859
- Lowcoder is open-source. You don't need to worry about vendor lock-in or being stuck with an outdated version of the software.
@@ -84,7 +85,7 @@ And we mean it... Day by day!
8485
🔎 Submit an issue here on [GitHub](https://github.com/lowcoder-org/lowcoder/issues)
8586

8687
## 💻 Deployment Options
87-
You can access Lowcoder from [cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for deploying Lowcoder on different platforms:
88+
You can access Lowcoder from [cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for self-host Lowcoder on different platforms:
8889
- [Docker](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/self-hosting)
8990

9091
## 💪 Contributing

client/packages/lowcoder/src/comps/comps/containerComp/containerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function convertOldContainerParams(params: CompParams<any>) {
8282
...tempParams,
8383
value: {
8484
container: {
85-
showHeader: false,
85+
showHeader: true,
8686
body: { 0: { view: container } },
8787
showBody: true,
8888
showFooter: false,

client/packages/lowcoder/src/comps/comps/tabs/tabbedContainerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const childrenMap = {
5555
autoHeight: AutoHeightControl,
5656
onEvent: eventHandlerControl(EVENT_OPTIONS),
5757
disabled: BoolCodeControl,
58-
showHeader: BooleanStateControl,
58+
showHeader: withDefault(BooleanStateControl, "true"),
5959
style: styleControl(TabContainerStyle),
6060
};
6161

0 commit comments

Comments
 (0)