UNPKG

raonkeditor-react

Version:

React component for RAON K Editor

44 lines (36 loc) 574 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <style> body { font-size: 0.875rem; font-family: Sans-Serif; } .container { display: flex; flex-wrap: wrap; } .paper { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); margin: 1rem; padding: 1rem; } .option { margin: 1rem 0; } .flex-grow-1 { flex-grow: 1; } .flex-grow-3 { flex-grow: 3; } footer { margin: 1rem; } </style> </head> <body> <div id="root"></div> </body> </html>