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

@react-to-styled/loader

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-to-styled/loader

Loader

Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

React to styled loader

Package for simple css-in-js loader.

Installation

We suggest this package to be imported

Install with npm:

npm install @react-to-styled/loader

Install with yarn:

yarn add @react-to-styled/loader

Usage

Here is a quick example how to add Loader:

import React from 'react'
import ReactDOM from 'react-dom'
import { Loader } from '@react-to-styled/loader'

function App() {
  return (
    <div>
      <Loader loaderSize={40} />
    </div>
  )
}

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

License

MIT

Keywords

react

FAQs

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