
Facilitates web app development using a high-level framework, eliminating the need for HTML, CSS, or JavaScript. Offers intuitive DSL for views, type-safe CSS, flexible components, and full routing support.
Create web apps without using HTML, CSS, or JavaScript.
Find Kunafa Documentation here (Work in progress).
Web apps framework without using HTML, CSS, or JavaScript.
An easy to use, high level framework in Kotlin for web development. You do not need to learn the web stack, only the framework to be able to write web apps.
Developers only need to use Kotlin for development.
verticalLayout {
style {
width = matchParent
height = matchParent
backgroundColor = Color(240, 240, 240)
}
button {
text = "Click me"
}
}
Hello Kunafa! Getting started guide.
To add Kunafa to your project, first you need to add it to your build.gradle file as a dependency.
compile 'com.narbase.kunafa:core:<latest_version>'If you have Kotlin Js plugin configured, then you can directly use it the code and Webpack will include Kunafa in the generated bundle.
Now you are ready to use Kunafa in any Kotlin-js project.
For a complete example, check the Kunafa Todo repository
Your feedback is most welcomed. Let us know how is your experience with Kunafa.
Create web apps without using HTML, CSS, or JavaScript.
Find Kunafa Documentation here (Work in progress).
Web apps framework without using HTML, CSS, or JavaScript.
An easy to use, high level framework in Kotlin for web development. You do not need to learn the web stack, only the framework to be able to write web apps.
Developers only need to use Kotlin for development.
verticalLayout {
style {
width = matchParent
height = matchParent
backgroundColor = Color(240, 240, 240)
}
button {
text = "Click me"
}
}
Hello Kunafa! Getting started guide.
To add Kunafa to your project, first you need to add it to your build.gradle file as a dependency.
compile 'com.narbase.kunafa:core:<latest_version>'If you have Kotlin Js plugin configured, then you can directly use it the code and Webpack will include Kunafa in the generated bundle.
Now you are ready to use Kunafa in any Kotlin-js project.
For a complete example, check the Kunafa Todo repository
Your feedback is most welcomed. Let us know how is your experience with Kunafa.