📄
BoltUI Docs (Preview)
  • Getting Started
    • Introduction
    • Installing Bolt
    • Hello World
  • Understanding Bolt
    • Creating UI
    • Components
    • Properties & Events
    • Styles
    • Custom Components
    • Reactivity
    • Component Lifecycle
    • Routing
  • API Reference
    • index
      • State
      • Component
      • render
      • attribute
      • event
      • onLoad
      • onRemove
      • id
      • Class
      • When
    • components
      • Link
      • AppLink
      • GenericElement
    • events
      • onGenericEvent
    • boltrouter
      • Router
      • AppRouter
      • Url
      • Navigate
      • AppNavigator
  • Future
    • Server Side Rendering
    • Multi-Platform
Powered by GitBook
On this page
  1. Understanding Bolt

Creating UI

Create UI using BoltUI

Creating user inteface is the most imporant part of any UI framework, and Bolt keeps a middleground between being functional in nature and also retaining the properties of traditional UI methods, such as JSX or HTML

Since Bolt does not uses any of those as mentioned, you need to be able to translate your ideas into UI components, and then only will you be able to create the UI you desire.

Learn about components, which are the building blocks of the framework in next page

PreviousHello WorldNextComponents

Last updated 2 years ago