mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: added Divider
This commit is contained in:
parent
1f683bdeea
commit
56e39a9e28
5
components/Divider.tsx
Normal file
5
components/Divider.tsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
const Divider = ({ className }:{ className?: string }) => {
|
||||||
|
return <div className={`my-2 px-5 ${className || ''}`} style={{ borderTop: '1px solid rgba(34,36,38,.15)', borderBottom: '1px solid hsla(0,0%,100%,.1)' }}/>
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Divider
|
||||||
Loading…
x
Reference in New Issue
Block a user