Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

Header example:

const ArrowDown = require('../../visuals/Icon/svg/ic_keyboard_arrow_down.svg');
const items = [
    {
        label: 'Spanish',
        to: 'https://doodle.com/es/'
    },
    {
        label: 'Catalan',
        to: 'https://doodle.com/ca/'
    },
    {
        label: 'Esperanto',
        to: 'https://doodle.com/'
    },
];

<Header left={[
          <Link to="/" title="Doodle"><DoodleLogo /></Link>,
          <Link to="/pricing" title="Pricing" variant={"dark"}>Pricing</Link>,
        ]}
        right={[
          <Link to="/account" title="Account" variant={"dark"}><UserAvatar name="Account" /></Link>,
        ]}>
  <h1 className="u-titleL">Title</h1>
</Header>