DEV Community

Cover image for Weavv CSS: Ultra-Wide screen is a new design.
Louis Low
Louis Low

Posted on • Updated on

Weavv CSS: Ultra-Wide screen is a new design.

Hi everyone! I had just released a long-postponed project yesterday. It's called WEAVV CSS. A low-level functional CSS framework has more than 100+ utility components and countless component APIs to have more freedom to manipulate the UI design as flexibly as possible.

This low-level CSS framework's main go-to emphasizes ultra-wide screen size and allows designers to occupy extra spaces for more aesthetic creativity. The default enabled screen size is 3k & 4k. Up to 8k supported. I would like to see how WEAVV users manipulate this kind of CSS framework on ultra-wide screen design. Thanks, everyone!

xxx

xxxx


The playground is a tool to test and play around with WEAVV CSS without further installation.

xxx


Features


GitHub logo weavv / weavv-css-documentation

The WEAVV CSS website

Netlify Status

image

WEAVV CSS Documentation

Read the official documentation

Developer Tools

  • WEAVV Playground - Online code editor for testing and prototyping UI design with WEAVV.
  • WEAVV CLI - Create empty project on-the-go with example template, written with Vanilla JS web component. Optional to use HTML inline CSS class or to use SASS with @extend directive to extract WEAVV CSS classes in semantic way.

Features

Build

clone the repository,

$ git clone https://github.com/weavv/weavv-css-documentation.git
$ cd weavv-css-documentation
Enter fullscreen mode Exit fullscreen mode

install dependencies,

# YARN
$ yarn
# NPM
$ npm i
Enter fullscreen mode Exit fullscreen mode

serve locally,

# YARN
$ yarn dev
# NMP
$ npm run dev
Enter fullscreen mode Exit fullscreen mode

Credits

Nunjunks, Gulp, NodeJS, Sass


MIT





Enjoy!

Oldest comments (0)