@quarks-js/hr
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@quarks-js/hr


Hr Quark

Styled Horizontal Rule react component.


Installation

npm install @quarks-js/hr --save

Setup

Install the package and use import statement in your application

import { Hr } from "@quarks-js/hr"

Basic Usage

Your jsx|tsx file:

import { Hr } from "@quarks-js/hr"

function Component() {
    return (
        <div>
            <div>{/* Some content */}</div>
            
            <Hr/>
            
            <div>{/* Some content */}</div>
        </div>
    ) 
}

Docs

Full docs with more examples are coming soon, sorry for the inconvenience.

Source code at GitHub Repository


Support

If you found this Quark useful, please support us by starring its GitHub repository.

Package Sidebar

Install

npm i @quarks-js/hr

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.98 kB

Total Files

7

Last publish

Collaborators

  • puroki