glamorous.macro

1.0.2 • Public • Published

glamorous.macro

Babel Macro

This is a babel-plugin-macros macro for babel-plugin-glamorous-displayname.

Please see those projects for more information.

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

npm install --save-dev glamorous.macro

You'll also need to install and configure babel-plugin-macros if you haven't already.

Usage

Once you've configured babel-plugin-macros you can import/require glamorous.macro. For example:

import glamorous from 'glamorous.macro'
 
const MyStyledInput = glamorous.input({
  /* your styles */
})

Note:

You basically can replace all usage of the default export of glamorous with glamorous.macro. However, glamorous.macro does not support named exports for built-in components.

Readme

Keywords

Package Sidebar

Install

npm i glamorous.macro

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • kentcdodds