New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@atlr-dsgn/rhythm

Package Overview
Dependencies
Maintainers
1
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

@atlr-dsgn/rhythm

Rhythm® Color System.

unpublished
latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

Rhythm© Color System

Rhythm® Color System

Developed by AtelierDesign®– for use with Stitches and Radix-UI Components.

Installation

yarn add @atlr-dsgn/rhythm

or

npm install @atlr-dsgn/rhythm

Usage

Import Rhythm® into your project.

import { colors } from '@atlr-dsgn/rhythm'

Then use the system as tokens.

import { styled } from '@stitches/react';

const Background = styled('div', {
    backgroundColor: '$razz5',
    color: '$ghost12'
});

Example Component

import React from 'react';
import { Text } from 'atelier.design';


export const RhythmExample = () => {
  return (
    <>
      <Text css={{ color: '$moon9' }}>
        Hi, from Rhythm® Color
      </Text>
    </>
  )
};

The Colours

R = $raspberry or $razz
H = $heaven
Y = $yllw, $yello, or $yellow
T = $tango
H = $heliotrope or $helio
M = $mauve
C = $capri

Copyright © 2022 Atelier Design Yield®

MIT License

Keywords

AtelierDesign

FAQs

Package last updated on 05 Sep 2022

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