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

atomorg-css

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomorg-css

The publicly available source code repo of the atomorg CSS utility

  • 0.0.1-a.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

AtomOrg CSS

The publicly available source code repo of the atomorg CSS utility

Installation

npm install atomorg-css
# or
yarn add atomorg-css
# or
pnpm add atomorg-css

Documentation

Documentation is available on the AtomOrg CSS website.

Custom Class Values

With the latest update, you can now use custom values for classes. This feature allows you to specify custom width, height, and background color values directly in your class names.

Custom Width

You can set custom width values using the w-[value] syntax. For example:

<div style={{ atomcss("w-[25rem]") }}>This div has a width of 25rem</div>
<div style={{ atomcss("w-[25px]") }}>This div has a width of 25px</div>

Custom Height

You can set custom height values using the h-[value] syntax. For example:

<div style={{ atomcss("h-[25rem]") }}>This div has a height of 25rem</div>

Custom Background Color

You can set custom background color values using the bg-[value] syntax. For example:

<div style={{ atomcss("bg-[#000]") }}>This div has a background color of #000</div>

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

FAQs

Package last updated on 23 Aug 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