1.0.0 • Published 6 months ago
@quarks-js/hr v1.0.0
@quarks-js/hr
Hr Quark
Styled Horizontal Rule react component.
Installation
npm install @quarks-js/hr --saveSetup
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.
1.0.0
6 months ago