mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
cell menu
This commit is contained in:
parent
e35371e3aa
commit
353cadb09f
2 changed files with 25 additions and 0 deletions
|
@ -28,6 +28,8 @@ const Cell: FC<IProps> = ({ node: { id, title, thumbnail, type, blocks }, onSele
|
|||
className={classNames(styles.cell, 'vert-1', 'hor-1', { is_text: false })}
|
||||
onClick={onClick}
|
||||
>
|
||||
<div className={styles.menu}>MENU</div>
|
||||
|
||||
<div className={styles.face}>
|
||||
{title && <div className={styles.title}>{title}</div>}
|
||||
{text && <div className={styles.text}>{text}</div>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue