Skip to content

Commit

Permalink
Updated read-me
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jan 23, 2024
1 parent 86c7f47 commit 96bac91
Showing 1 changed file with 60 additions and 19 deletions.
79 changes: 60 additions & 19 deletions README.md
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

0 comments on commit 96bac91

Please sign in to comment.