windmill-react-ui
windmill-react-ui copied to clipboard
Feat/custom button layouts
This allows the layout prop to be dynamic based on whatever config a developer overwrites in the for theme.
If you have plans to implement this in a different way for custom themes let me know and I would love to collab to help extend the custom theme configs.
Codecov Report
Merging #36 (9aa1bc4) into master (b7afcfd) will not change coverage. The diff coverage is
100.00%.
@@ Coverage Diff @@
## master #36 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 495 498 +3
Branches 77 80 +3
=========================================
+ Hits 495 498 +3
| Flag | Coverage Δ | |
|---|---|---|
| unittest | 100.00% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/themes/default.ts | 100.00% <ø> (ø) |
|
| src/Button.tsx | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update b7afcfd...9aa1bc4. Read the comment docs.
@estevanmaito can this be merged?