1.4.0 • Published 12 months ago

@s-ui/sui-login-header v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

LoginHeader

Header for login layout

npm.io

Installation

$ npm install @s-ui/sui-login-header

Usage

Basic usage

Import package and use the component

import LoginHeader from '@s-ui/sui-login-header'

const button = {
  text: 'Help',
  props: { // AtomButton props
    href: 'http://www.adevinta.es'
  }
}

const logo = 'https://statics.awesomecdn.com/images/adevinta.svg'

return (<LoginHeader button={button} logo={logo} />)

Import the styles (Sass)

@import '~@s-ui/theme/lib/index';
/* @import 'your theme'; */
@import '~@s-ui/sui-login-header/lib/index';

Find full description and more examples in the demo page.

1.4.0

12 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago