@another-ui/header
TypeScript icon, indicating that this package has built-in type declarations

0.18.0 • Public • Published

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

/@another-ui/header/

    Package Sidebar

    Install

    npm i @another-ui/header

    Weekly Downloads

    0

    Version

    0.18.0

    License

    MIT

    Unpacked Size

    15.1 kB

    Total Files

    19

    Last publish

    Collaborators

    • nghuudan