@react-to-styled/loader
TypeScript icon, indicating that this package has built-in type declarations

0.3.1-alpha.2 • Public • Published

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

React to styled loader

Package for simple css-in-js loader component.

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

Import

import { Loader, LoaderProps } from '@react-to-styled/loader'

Dependencies

All our components depend on these dependencies

{
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": ">=5"
  }
}

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 />
    </div>
  )
}

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

You can also check our storybook for more examples

Package Sidebar

Install

npm i @react-to-styled/loader

Weekly Downloads

14

Version

0.3.1-alpha.2

License

MIT

Unpacked Size

24.6 kB

Total Files

12

Last publish

Collaborators

  • tolja