All Projects → baianat → blexar

baianat / blexar

Licence: MIT license
❤ An HTML, CSS and JavaScript framework for developing responsive modern web interfaces, focused on usability and minimal sizes, with all the necessary extensions.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to blexar

base
Base is Baianat's design language, built based on the art of big typography and giving exactly the same experience on any device using responsive elements technique.
Stars: ✭ 13 (-56.67%)
Mutual labels:  design-language, design-language-framework
frontend-toolbox
Frontend tools which we used in snappmarket v2
Stars: ✭ 37 (+23.33%)
Mutual labels:  design-language
moon-design
Moon Design System for React
Stars: ✭ 209 (+596.67%)
Mutual labels:  design-patterns
Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
Stars: ✭ 66 (+120%)
Mutual labels:  design-patterns
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+1243.33%)
Mutual labels:  design-language
design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (-13.33%)
Mutual labels:  design-patterns
Design-Patterns
Project for learning and discuss about design patterns
Stars: ✭ 16 (-46.67%)
Mutual labels:  design-patterns
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (+180%)
Mutual labels:  design-patterns
gof design patterns
GoF Design Patterns implemented in modern C++.
Stars: ✭ 21 (-30%)
Mutual labels:  design-patterns
data sciences campaign
【数据科学家系列课程】
Stars: ✭ 91 (+203.33%)
Mutual labels:  design-patterns
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (+160%)
Mutual labels:  design-patterns
ABAP-Library
Useful ABAP code snippets
Stars: ✭ 118 (+293.33%)
Mutual labels:  design-patterns
DataStructure-DesignPattern
java集合源码、设计模式、常用算法、Mysql原理
Stars: ✭ 22 (-26.67%)
Mutual labels:  design-patterns
Crack-Coding-Interview
This Repository contains all my codes for preparing interview.
Stars: ✭ 14 (-53.33%)
Mutual labels:  design-patterns
Notes
My notes are about everything related to programming.
Stars: ✭ 104 (+246.67%)
Mutual labels:  design-patterns
design-patterns-typescript
Nessa seção falamos sobre 22 (de 23) padrões de projeto da GoF. Todos descritos em vídeo, com teoria e prática + exemplos de código.
Stars: ✭ 257 (+756.67%)
Mutual labels:  design-patterns
csharp-design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
Stars: ✭ 1,086 (+3520%)
Mutual labels:  design-patterns
design-patterns
设计模式,经典样例
Stars: ✭ 35 (+16.67%)
Mutual labels:  design-patterns
scala-design-patterns
Design patterns implemented in Scala.
Stars: ✭ 135 (+350%)
Mutual labels:  design-patterns
Swan
Topology Optimization Laboratory
Stars: ✭ 55 (+83.33%)
Mutual labels:  design-patterns

Blexar

A solid base to establish your favorite websites with user experience in mind.

Inspired by the user's own experience needs, we decided to implement a design system to serve as a solid basis for very simple, yet elegant websites to deliver a complexity-free environment.

Main Features

  • Works well with SVG out of the box.
  • Offers some of the simplistic UI elements out there.
  • Intelligent grid system based on Flex-box.
  • Built using Stylus preprocessor.
  • User-friendly documentation with editable code snippets.

Getting Started

Installation

Using npm

npm install blexar --save
#or using yarn
yarn add blexar

HTML Layout

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- blexar -->
    <link rel="stylesheet" href="./blexar/dist/css/blexar.css">
  </head>
  <body>

  ...

  </body>
</html>

Webpack Configuration

Add the following rule to the Webpack configuration file

{
  test: /.styl$/,
  loader: 'style-loader!css-loader!stylus-loader?resolve url'
}

Working with styles

In your main styling file app.styl, before including the Base main file, make sure to add the needed variables, according to your customization preferences.

$margin = 2px
$red    = #E13C31
@import "~blexar"

License

MIT

Copyright (c) 2019 Baianat

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].