1.1.3 • Published 11 months ago

style-forge v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

StyleForge

CSS framework

npm npm GitHub Repo stars

This package contains three utilities

These utilities provide an innovative approach to page layout that can improve (performance/display) of pages on all devices.

⚠️ Warning But it can also worsen if there is no understanding of how Grid layout works With numerous nested Grid templates, rendering can be degraded (for example, for mobile devices)

Installation

npm install style-forge
yarn add style-forge

Description of modules

style-forge.base

This is a basic style converter on Grid

It includes

  • Normalization of all styles
  • Transformation of block elements into Grid
  • Support for color themes
  • Innovative approach to layout using attributes

style-forge.form

This is styling of all input fields

It includes

  • button
  • input
    • text
    • search
    • email
    • number
    • password
    • tel
    • url
    • color
    • file
    • image
    • range
    • time
    • week
    • month
    • date
    • datetime-local
  • checkbox
  • radio
  • select multiple
  • switch multiple
  • textarea
  • datalist

style-forge.patterns

These are grid patterns

It includes

License NPM

Distributed under the MIT License. See LICENSE for more information.

1.1.1

11 months ago

1.1.0

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago