Download the PHP package aalicki/fusion-core-ui without Composer

On this page you can find all versions of the php package aalicki/fusion-core-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fusion-core-ui

 


Contents

About Fusion Core UI

Fusion Core UI is a Laravel Blade & Tailwind CSS component library. It draws inspiration from futuristic styles, clean and sleek. The goal is to allow this library to give your next app or project a clean and bright feel grabbed straight out of a distant future!


22 Free Components and Counting!

Requirements

Installing and Setup

  1. composer require aalicki/fusion-core-ui
  2. Ensure your tailwind.config.js file has the following:

Current Release and Stability

v0.0.1-beta

⚠️ Not Production or Development Ready Yet.

Compatability

I want this library to be compatabile with other UI's you may rely on. Therefore, it comes with an auto-prefix in order to display the components, <x-fcui-_____>. This is explained in detail below (coming soon).

Roadmap 2024

The below elements will be in the initial version of Fusion Core UI with at least 1 or 2 variants. Once these features are complete, it will signify version 1.0 of Fusion Core UI and will be considered ready for production-level projects.

Components

Javascript

In order to use dismissible, modals, and You will need to ensure the JS is being loaded into your application.

This package has less than 10 lines of JS currently.


Icons

Most examples utilize Fontawesome or Heroicons. You can utilize a library of your choice.


Examples

The examples below are to demonstrate the concept of how the components were designed and function. More examples, list of properties and demonstration can be found on the [fusioncore.alickilabs.com]() website.

Alerts

Full Example, includes an Icon, the Type, and a Dismissible button:

Basic Example (No, dismissible, icon, with default class):

Avatars

Avatar with a profile image passed in

Large Avatar without a label

Badges

Default badge

Warning Badge

Info Badge with an Icon

Breadcrumbs

A basic Breadcrumb component. This accepts an array of links and their URL, which could look like the following:

Buttons

A small button

A default sized button with a theme and icon

Button Group

Card

Checkboxes

Dropdown

Heading

Input

Input with a label, placeholder text, and a tip (small text shown under input)

Disabled input

Input Group

Basic input group with 3 columns

List Group

Basic List Group with the Nav Link component

Modal

Basic Modal

Navbar

A basic Navbar using inline <li> tags. In it's current implementation it's fairly opinionated and rigid. The goal is to make this component far more flexible than it is.

Navlinks

A basic example of the Navlink

Pricing

A demonstration of the Pricing table component

Progress Bar

Basic Progress bars

Radio Inputs

Stats

Basic Stats Block

Switch Radio

A basic Switch (radio button) component

Table

A basic Table example. As with the Navbar component, there is plenty to be desired when using this component and customization / less boilerplate.

Tabs

Currently, only one style of tabs are available; the default cyan theme.


FAQ

Question: Will there be a documentation and example site?

Question: Will you accept Pull Requests?

Question: How long will you maintain this for?

Question: Will there be a standalone Tailwind or Laravel option?

Question: Will there be more than 1 theme?

Question: What's up with the name?

Maintainers

Adam Alicki - https://alicki.me

Why another UI Kit?

This is my first step into open-source, and it's somewhat of a personal challenge for myself, in addition to a learning expirement. It's also my way of giving back to the Laravel and Tailwind community, both have allowed me to pay my bills for many years.


All versions of fusion-core-ui with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aalicki/fusion-core-ui contains the following files

Loading the files please wait ....