1.3.0 • Published 10 months ago

flexcore v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Flexcore 🚀

Flexcore is a powerful and feature-rich UI framework designed to simplify the process of building stunning and responsive web interfaces. With its extensive set of utilities, Flexcore offers a flexible and efficient solution for building web applications of any scale or complexity.

Key Features ✨

  • Utility-First: Flexcore provides an extensive collection of utility classes that you can use to style your elements. These classes cover a wide range of properties like spacing, typography, colors, flexbox, and more, giving you granular control over the appearance of your UI.

  • Customization: You can configure the framework's colors to match your project's design system. This flexibility allows you to create unique and consistent designs.

  • Responsive Design: Flexcore includes responsive utility prefixes, allowing you to create responsive layouts and adapt your design to different screen sizes. With classes like sm, md, lg, and xl, you can easily customize styles based on breakpoints.

Installation ⚙️

To get started with Flexcore, you have multiple options for installation:

Via CDN:

To quickly get started with Flexcore, you can include the framework via a Content Delivery Network (CDN). Add the following link tag in the head section of your HTML file:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/munozcesarcm/flexcore/public/flexcore.css">

This link will fetch the minified CSS file from the Flexcore CDN and apply the framework's utility classes to your project.

Via npm (Node.js):

If you prefer managing dependencies through npm, install Flexcore as a development dependency:

npm install flexcore

Via yarn:

Run the following command to install Flexcore as a development dependency using yarn:

yarn add flexcore

Feel free to explore the Flexcore documentation for more details on using the framework and its various components. 📚

1.2.0

11 months ago

1.1.0

11 months ago

1.3.0

10 months ago

1.0.0

11 months ago