All Projects → asmcss → assembler

asmcss / assembler

Licence: Apache-2.0 License
A modern UI framework

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to assembler

Minna Ui
😸 A fast, friendly, and fun web UI kit for everyone.
Stars: ✭ 86 (-49.71%)
Mutual labels:  css-framework, design-system
Ivory
A modern CSS framework for developing powerful web interfaces faster and easier.
Stars: ✭ 61 (-64.33%)
Mutual labels:  css-framework, design-system
brevis
CSS at scale
Stars: ✭ 62 (-63.74%)
Mutual labels:  css-framework, utility-first
neptune-web
Wise Web Design System
Stars: ✭ 55 (-67.84%)
Mutual labels:  css-framework, design-system
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (-1.17%)
Mutual labels:  css-framework, design-system
Knopf.css
Modern, modular, extensible button system designed for both rapid prototyping and production-ready applications
Stars: ✭ 189 (+10.53%)
Mutual labels:  css-framework, design-system
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+123.39%)
Mutual labels:  css-framework, design-system
pollen
The CSS variables build system
Stars: ✭ 754 (+340.94%)
Mutual labels:  css-framework, design-system
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-91.81%)
Mutual labels:  css-framework, design-system
uniformcss
A fully configurable utility class generator and CSS framework built for Sass projects.
Stars: ✭ 133 (-22.22%)
Mutual labels:  css-framework, utility-first
PothosDemos
Pothos demonstration applications
Stars: ✭ 24 (-85.96%)
Mutual labels:  jit
stitchwind
A bridge between Tailwind and Stitches
Stars: ✭ 33 (-80.7%)
Mutual labels:  design-system
halo
😇 Wholly Adaptive LLVM Optimizer
Stars: ✭ 22 (-87.13%)
Mutual labels:  jit
semi-design
A modern, comprehensive, flexible design system and React UI library
Stars: ✭ 5,629 (+3191.81%)
Mutual labels:  design-system
motley
CSS Framework based on ITCSS
Stars: ✭ 24 (-85.96%)
Mutual labels:  css-framework
ocean-web
Blu's Design System
Stars: ✭ 25 (-85.38%)
Mutual labels:  design-system
grommet-theme-hpe
Hewlett Packard Enterprise grommet theme
Stars: ✭ 16 (-90.64%)
Mutual labels:  design-system
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (-80.12%)
Mutual labels:  design-system
shapecss-framework
A modern stylish css framework
Stars: ✭ 14 (-91.81%)
Mutual labels:  css-framework
go-jdk
Run JVM-based code in Go efficiently
Stars: ✭ 61 (-64.33%)
Mutual labels:  jit

Assembler CSS

Call to action image

Just-in-time CSS, unlimited possibilities


Assembler CSS is a highly performant utility-first framework that allows you to quickly prototype and build modern websites and UI components without the need to install and maintain complex software.

Usage

Incorporating Assembler CSS within your project is a trivial task. Just add a script tag before the head closing tag, and you are good to go!

<script src="https://unpkg.com/@asmcss/assembler"></script>

Now you are ready to try out Assembler CSS and write your first UI component.

<div x-style="max-w:80; mx:auto; radius:md; e:2; e.hover:4; transition:all 0.25s; cursor:pointer">
    <img x-style="block; max-w:100%; w:100%; h:auto; radius-top:md" src="https://images.unsplash.com/photo-1512621776951-a57141f2eefd?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=640&q=80">
    <div x-style="p:4">
        <div x-style="text:lg; color:black; font-weight:700">Fresh veggies</div>
        <div x-style="text:sm; color:silver; font-weight:400">600g</div>
        <p x-style="pt:4">
            Any veggie can belong on your menu, so choose what you love and use the rest
            for future meals and snacks you can enjoy in flavorful ways.
        </p>
    </div>
</div>

Documentation

The full documentation for Assembler CSS can be found here.

Installation

You could also install Assembler CSS as an npm package by issuing the following command:

npm install @asmcss/assembler

Or, if you are a Yarn user

yarn add @asmcss/assembler

License

Assembler CSS is licensed under the permissive Apache License, Version 2.0.

Browser support

Assembler CSS is designed to run on the latest stable versions of all the major browsers: Chrome, Edge, Firefox, and Safari. We do not support any version of IE.

We have conducted intensive manual testing on the following operating systems and browsers:

  • Ubuntu Linux 20.04: Chrome and Firefox
  • Windows 10: Edge, Chrome, and Firefox
  • MacOS Big Sur: Safari, Chrome, Edge, and Firefox
  • Android (tablet and mobile): Chrome
  • iOS 14 (tablet and mobile): Safari and Chrome

Road to v1.0.0

  • Basic functionalities
  • Add support for states
  • Add support for scopes
  • Add support for mixins
  • Add support for custom selector attribute
  • Add support for custom elements
  • Add automated tests, so we can make sure we don’t mess up things in future releases
  • Cleanup & prepare stable releases
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].