1.0.4 • Published 1 year ago

apex-header v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ApexHeader.ts


Apex-header is a web component for creating flexible, styled headings to enhance content structure.

Installation

    npm i apex-header 

Usage

React

    import Header from "apex-header/lib/Index";

    const App = () => {
        return (
            <Header
                header="Heading"
                level={1}
                color="red"
                letterSpacing="2px"
                fontStyle="italic"
            />
        );
    };
    export default App;
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago