How to use the glamor.merge function in glamor

To help you get started, we’ve selected a few glamor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github orbiting / styleguide / src / components / Figure / Byline.js View on Github external
export const Byline = ({ children, attributes, style, position }) => {
  return (
    <span style="{style}">
      {children}
    </span>
  )
}
github orbiting / publikator-frontend / lib / components / EditorFrame.js View on Github external
render () {
    const { children, repository, commit, view, spaceLeft } = this.props

    return (
      <div>
        <nav>
          
        </nav>
        <div>
          {children}
        </div>
      </div>
    )
  }
}
github orbiting / styleguide / src / components / Form / Label.js View on Github external
export const LSpan = ({ black, white, ...props }) =&gt; (
  <span>
)
</span>
github orbiting / styleguide / src / components / TitleBlock / index.js View on Github external
const TitleBlock = ({ children, attributes, center, margin }) =&gt; {
  return (
    <section style="{{">
      {children}
    </section>
  )
}

glamor

inline css for component systems

MIT
Latest version published 7 years ago

Package Health Score

59 / 100
Full package analysis

Popular glamor functions