0.3.1-alpha.2 • Published 2 years ago

@react-to-styled/essentials v0.3.1-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.3.1-alpha.1

2 years ago

0.3.1-alpha.2

2 years ago

0.3.0

2 years ago

0.3.0-alpha.5

2 years ago

0.3.0-alpha.4

2 years ago

0.3.0-alpha.3

2 years ago

0.3.0-alpha.2

2 years ago

0.3.0-alpha.1

2 years ago

0.3.0-alpha.0

2 years ago

0.2.9-alpha.3

2 years ago

0.2.9-alpha.2

2 years ago

0.2.9-alpha.1

2 years ago

0.2.9-alpha.0

2 years ago

0.2.8-alpha.1

2 years ago

0.2.7

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago