Added Snippets page with all snippets and filters

This commit is contained in:
unknown
2021-09-21 13:56:39 +02:00
parent 4feb069ac1
commit b8b0603b3f
13 changed files with 200 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ export const Card = (props: Props): JSX.Element => {
const { title, children } = props;
return (
<div className='card'>
<div className='card mb-3'>
<div className='card-body'>
<h5 className='card-title'>{title}</h5>
{children}