Style libraries CSS compatible with Mytril
Customization
Mytril and your favorite CSS framework
Mytril is CSS agnostic: it doesn’t impose any CSS framework on you, so you can easily integrate it with your preferred style. Whether you’re using Tailwind CSS, UnoCSS, Bootstrap, or vanilla CSS, Mytril’s components work very well together.
Quick installation of the most commonly used CSS libraries
Below you’ll find the most common CSS styles used with Mytril, along with installation steps to get you started quickly.
- Tailwind CSS: utility-first styling
Why use it? Customizable, lightweight and very popular with users.
Installation:
- Vanilla CSS / SCSS / LESS / Postcss: custom styles
Why use it? Full control over design without dependencies.
Installation & Usage:
- Use a global style.css, SCSS or LESS file.
- Apply styles directly or use CSS variables.
Beyond Tailwind, Vanilla CSS, SASS and LESS, here are other popular CSS & UI frameworks that can be integrated with Mytril easily:
- UnoCSS: next-gen Atomic CSS
Why use it? Faster alternative to Tailwind, on-demand, tree-shakable styles, supports variants, presets, and shortcuts.
Installation & Setup:
- Bootstrap: classic, responsive design system
Why use it? Pre-styled components and responsive grid system.
Installation & Usage:
Which library should you choose?
- Want the best setup? use Tailwind CSS.
- Want full control? use Vanilla CSS, SASS or LESS.
- Want utility-first styling? use Tailwind or UnoCSS.
Recommandation: For a good approche on your project with mytril, we recommand to use Tailwind CSS or preprocessor SASS or LESS.
Choose your styling, keep Mytril’s power
With Mytril, you’re not locked into any styling system: just pick the one that fits your project and start building!
Need more help? Read the Docs or Join Our Community.