Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

infima

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infima

A UI framework for content-centric websites.

  • 0.2.0-alpha.44
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
293K
increased by8.27%
Maintainers
0
Weekly downloads
 
Created

What is infima?

Infima is a modern CSS framework designed to help developers build responsive and accessible web interfaces quickly. It provides a set of pre-designed components and utilities that can be easily integrated into web projects.

What are infima's main functionalities?

Grid System

Infima provides a flexible grid system that allows you to create responsive layouts. The grid system is based on a 12-column layout, and you can easily define the number of columns each element should span.

<div class="container">
  <div class="row">
    <div class="col col--6">Column 1</div>
    <div class="col col--6">Column 2</div>
  </div>
</div>

Buttons

Infima includes a variety of button styles that can be used to create interactive elements. The buttons come in different styles such as primary, secondary, and more, making it easy to apply consistent styling across your application.

<button class="button button--primary">Primary Button</button>
<button class="button button--secondary">Secondary Button</button>

Typography

Infima offers a set of typography styles that help you maintain a consistent look and feel for your text elements. You can use predefined classes for headings, paragraphs, and other text elements.

<h1 class="heading heading--1">Heading 1</h1>
<p class="paragraph">This is a paragraph.</p>

Forms

Infima provides styles for form elements, making it easy to create well-designed forms. You can use classes for form groups, inputs, labels, and buttons to ensure your forms are both functional and visually appealing.

<form>
  <div class="form-group">
    <label for="email">Email:</label>
    <input type="email" id="email" class="form-input" />
  </div>
  <button type="submit" class="button button--primary">Submit</button>
</form>

Other packages similar to infima

Keywords

FAQs

Package last updated on 01 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc