PHP code example of aalicki / fusion-core-ui

1. Go to this page and download the library: Download aalicki/fusion-core-ui library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

aalicki / fusion-core-ui example snippets


 $linkArr = [
    [
        "label" => "Blog",
        "url"   => "/blog"
    ],
    [
        "label" => "Articles",
        "url"   => "/blog/articles"
    ],
    [
        "label" => "New Article",
        "url"   => "/blog/articles/new-article"
    ]
];
html
 content: [
        ...
        './vendor/aalicki/fusion-core-ui/**/*.php',
    ],
html
<x-fcui-input placeholder="placeholder" color="notice" disabled="true"/>