@another-ui/header

Just another header component for React

Usage no npm install needed!

<script type="module">
  import anotherUiHeader from 'https://cdn.skypack.dev/@another-ui/header';
</script>

README

@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>
);