Styled Horizontal Rule react component.
npm install @quarks-js/hr --save
Install the package and use import
statement in your application
import { Hr } from "@quarks-js/hr"
Your jsx|tsx
file:
import { Hr } from "@quarks-js/hr"
function Component() {
return (
<div>
<div>{/* Some content */}</div>
<Hr/>
<div>{/* Some content */}</div>
</div>
)
}
Full docs with more examples are coming soon, sorry for the inconvenience.
Source code at GitHub Repository
If you found this Quark useful, please support us by starring its GitHub repository.