@manhphi1309/separator
v0.3.4
Published
A beautifully designed separator component for dividing content.
Downloads
1,463
Readme
@manhphi1309/separator
A beautifully designed separator component for dividing content.
Subcomponents
This package provides the following components:
Separator
Dependencies
This package relies on:
@manhphi1309/utilsclsxradix-uitailwind-merge
Installation
npm install @manhphi1309/separatorUsage Example
import { Separator } from "@manhphi1309/separator"
export default function Example() {
return (
<div>
<div>Blog Post Title</div>
<Separator className="my-4" />
<div>Content goes here...</div>
</div>
)
}