Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.48 KB

File metadata and controls

56 lines (45 loc) · 1.48 KB

license api kmp


Fun Blocks: Let's stack some components and make your app!

Have you ever imagined build apps like playing LEGO or Playmobil?

Fun Blocks is a plug & play component framework and design system which smooth your dev experience.

Code Result
ScreenPlan(
    mainContent = {
        CounterNotification(number = 5) {
            Avatar(
                mode = AvatarMode.Initials(fullName = "Lincoln Stuart")
            ) {}
        }
    }
)

Based on Jetpack Compose.

It's recommended for POCs, studies and even production!

35+ Components

  • Text, Input, Pin.
  • Chips, Badges, Alerts.
  • Slider, Incrementer, Stepper, Progress Bar.
  • Linear Chart, Bar Chart, Pie/Donut Chart.
  • And more...

Next Steps