Add editor split component (#198)

Add split and split divider component
This commit is contained in:
mrdrogdrog 2020-06-13 01:22:27 +02:00 committed by GitHub
parent c679f5524c
commit f298d1469b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 130 additions and 13 deletions

View file

@ -2,7 +2,7 @@ import React from 'react'
const MarkdownPreview: React.FC = () => {
return (
<div style={{ backgroundColor: 'red' }}>
<div className='h-100 px-2 py-1 bg-white'>
Hello, MarkdownPreview!
</div>
)