0.18.0 • Published 3 years ago

@another-ui/header v0.18.0

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

@another-ui/header

Just another header component for React

Usage

import React from 'react';
import { Header } from '@another-ui/header';
import '@another-ui/header/dist/header.css';

export const Example = () => (
  <Header className="custom-class" padding sticky theme="dark">
    <h1 className="custom-title">Example</h1>
  </Header>
);
0.18.0

3 years ago

0.17.1

3 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago