📄️ Button
Displays a button or a component that looks like a button.
📄️ Card
Displays a card with title, subtitle, content, and footer.
📄️ Checkbox
A control that allows the user to toggle between checked and not checked.
📄️ Dropdown
Displays a list of options for the user to pick from—triggered by a button.
📄️ Form
Forms in fcnui uses flutterformbuilder to create forms. It is a flutter package that helps in creating forms in a declarative manner.
📄️ Input
Displays a form input field or a component that looks like an input field.
📄️ Radio
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
📄️ Select
Displays a list of options for the user to pick from—triggered by a button.
📄️ Switch
A control that allows the user to toggle between checked and not checked.