🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@react-to-styled/essentials

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-to-styled/essentials

Essentials

Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

License: MIT GitHub contributors npm npm First good issue Package size

React to styled essentials

This package contains essentials like suggested fonts, colors, etc.

Installation

We suggest this package to be imported

Install with npm:

npm install @react-to-styled/essentials

Install with yarn:

yarn add @react-to-styled/essentials

Import

import { EssentialStyle, Colors, Fonts } from '@react-to-styled/essentials'

Usage

Here is a quick example how to import essential styles:

import React from 'react'
import ReactDOM from 'react-dom'
import { EssentialStyle } from '@react-to-styled/essentials'

function App() {
  return (
    <div>
      <EssentialStyle />
      ...the rest of the app
    </div>
  )
}

ReactDOM.render(<App />, document.querySelector('#app'))

You can also check our storybook for more examples

Keywords

react

FAQs

Package last updated on 26 Feb 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