Design pattern
Dokumentasi komponen dan token na-design-system.
@supriyadies-work/na-design-system@1.2.5
Templates
Detail Page
Templates
Props
| Name | Type | Required |
|---|---|---|
| title | string | Yes |
| breadcrumbs | BreadcrumbItem[] | No |
| actions | Action[] | No |
| children | ReactNode | Yes |
| className | string | No |
Form Page
Templates
Props
| Name | Type | Required |
|---|---|---|
| title | string | Yes |
| breadcrumbs | BreadcrumbItem[] | No |
| children | ReactNode | Yes |
| onSubmit | () => void | No |
| onCancel | () => void | No |
| submitLabel | string | No |
| cancelLabel | string | No |
| loading | boolean | No |
| className | string | No |
List Page
Templates
Props
| Name | Type | Required |
|---|---|---|
| title | string | Yes |
| breadcrumbs | BreadcrumbItem[] | No |
| onAddNew | () => void | No |
| addNewLabel | string | No |
| filters | ReactNode | No |
| children | ReactNode | Yes |
| className | string | No |
Public Layout
Templates
Props
| Name | Type | Required |
|---|---|---|
| children | ReactNode | Yes |
| showHeader | boolean | No |
| showFooter | boolean | No |
| showAnimatedBackground | boolean | No |
| className | string | No |