Musora UI

Documentation on Musora's Components, Patterns, and Templates for creating awesome web experiences.

Components, Patterns, and Templates for creating awesome web experiences.

Musora UI is comprised of three separate libraries to help add style, structure and functionality to our websites and web-applications

Explore Features

Libraries and Features

Stylesora

CSS Pattern Library

A collection of UI patterns for styling Musora's pages and adding functionality with ease. Built as Tailwind plugins, it extends the Tailwind library to provide what you need to build awesome Musora sites and apps.

Stylesora Docs Github Repo

Vuesora

Javascript Components

A custom Vue.js Component library for Musora's members area pages. Vuesora's components should be used wherever complex DOM manipulation is required. For simpler DOM manipulation you can utilize Stylesoras javascript package built on Alpine.js.

Vuesora Docs Github Repo

Bladesora

Laravel HTML Templates

A Laravel Blade Template library for Musora members area pages. Bladesora is built on top of Laravel's Blade template engine, which means it has access to all of Blade's directives, components and data injection features. You can customize Bladesora templates by passing theme data, making styling your site quick and simple.

Bladesora Docs Github Repo

Use However You Want

These libraries are meant to work together or seperately. You can pass template data to a Vuesora component or include Stylesora's CSS to your Vuesora component or you can style and simple functionality to a Bladesora template with Stylesora. For more information please visit the documentation pages or the respective Github pages.

Back To Top