🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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
Package was removed
Sorry, it seems this package was removed from the registry

atomorg-css

The publicly available source code repo of the atomorg CSS utility

0.0.1-a.5
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
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