[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
36
vendor/filament/support/docs/09-blade-components/01-overview.md
vendored
Normal file
36
vendor/filament/support/docs/09-blade-components/01-overview.md
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: Overview
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Filament packages consume a set of core Blade components that aim to provide a consistent and maintainable foundation for all interfaces. Some of these components are also available for use in your own applications and Filament plugins.
|
||||
|
||||
## Available UI components
|
||||
|
||||
- [Avatar](avatar)
|
||||
- [Badge](badge)
|
||||
- [Breadcrumbs](breadcrumbs)
|
||||
- [Loading indicator](loading-indicator)
|
||||
- [Section](section)
|
||||
- [Tabs](tabs)
|
||||
|
||||
### UI components for actions
|
||||
|
||||
- [Button](button)
|
||||
- [Dropdown](dropdown)
|
||||
- [Icon button](icon-button)
|
||||
- [Link](link)
|
||||
- [Modal](modal)
|
||||
|
||||
### UI components for forms
|
||||
|
||||
- [Checkbox](checkbox)
|
||||
- [Fieldset](fieldset)
|
||||
- [Input](input)
|
||||
- [Input wrapper](input-wrapper)
|
||||
- [Select](select)
|
||||
|
||||
### UI components for tables
|
||||
|
||||
- [Pagination](pagination)
|
||||
Reference in New Issue
Block a user