1.2.0 • Published 6 years ago

aor-ckeditor-input v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

<CKEditorInput> for admin-on-rest

Port of react-ckeditor-component for admin-on-rest.

aor-ckeditor-input

Installation

yarn add aor-ckeditor-input

Usage

import React from 'react';
import { Create } from 'admin-on-rest';
import CKEditorInput from 'aor-ckeditor-input';

const PostCreate = () => (
    <Create>
        <CKEditorInput source="content"/>
    </Create>
);
1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago