1.0.4 • Published 2 years ago

apex-header v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago