-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86c7f47
commit 96bac91
Showing
1 changed file
with
60 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,63 @@ | ||
# Synthetic | ||
A UI component framework for Roblox Front-End development with the goal of compiling a robust library of professional grade components UI components with (eventual) support for popular workflows in both its development and application. | ||
A UI component framework for Roblox Front-End development with the goal of compiling a robust library of quick to deploy and style, professional grade, UI components. | ||
|
||
# Ports | ||
- Cold-Fusion: in-progress | ||
- Vanilla: to-do | ||
- Fusion: to-do | ||
- React: to-do | ||
|
||
# Done | ||
- service/style | ||
- component/button/badge | ||
- component/button/elevated | ||
- component/button/fab | ||
- component/button/extended-fab | ||
- component/button/filled | ||
- component/button/filled-icon | ||
- component/button/outlined | ||
- component/button/outlined-icon | ||
- component/button/text | ||
- component/button/chip/assist | ||
- component/button/chip/filter | ||
- service/sound | ||
- util/container | ||
- util/list | ||
- util/padding | ||
- component/menu/row/segmented | ||
- component/menu/bar/bottom | ||
- component/menu/bar/top/center | ||
- component/menu/bar/top/large | ||
- component/menu/bar/top/medium | ||
- component/menu/bar/top/small | ||
- util/text-label | ||
- util/image-label | ||
- component/dialog | ||
- component/checkbox | ||
- component/radio-button | ||
- component/switch | ||
- component/text-field/filled | ||
- component/text-field/outlined | ||
- util/pop-up | ||
- component/progress-indicator/circular | ||
|
||
# To-Do | ||
- c/progress-indicator/circular | ||
- c/progress-indicator/linear | ||
- u/scrolling-frame-container | ||
- u/async infinite-scroller | ||
- c/snackbar | ||
- c/list-feed | ||
- c/grid-feed | ||
- c/search bar | ||
- c/menu/row/tabs | ||
- c/menu/row/bar/navigation | ||
- c/menu/column/rail | ||
- c/menu/column/drawer | ||
- c/menu/column/popup | ||
- c/slider | ||
- c/dropdown | ||
- c/tooltip | ||
- c/card | ||
- c/carousel | ||
- util/scrolling-frame-container | ||
- util/async infinite-scroller | ||
- component/snackbar | ||
- component/list-feed | ||
- component/grid-feed | ||
- component/search bar | ||
- component/menu/row/tabs | ||
- component/menu/row/bar/navigation | ||
- component/menu/column/rail | ||
- component/menu/column/drawer | ||
- component/menu/column/popup | ||
- component/slider | ||
- component/dropdown | ||
- component/tooltip | ||
- component/card | ||
- component/carousel | ||
- component/progress-indicator/linear | ||
- service/transition | ||
- documentation |