Skip to content
Snippets Groups Projects
Commit eb7b7698 authored by Elias Asikainen's avatar Elias Asikainen
Browse files

pretty

parent d2ba8920
No related branches found
No related tags found
1 merge request!47Listview
import m from 'mithril';
import { Checkbox } from "polythene-mithril"
import { Checkbox } from 'polythene-mithril';
import { CheckboxCSS } from 'polythene-css';
CheckboxCSS.addStyle('.my-checkbox', {
});
CheckboxCSS.addStyle('.my-checkbox', {});
export default class CheckboxComponent {
constructor(vnode) {
constructor() {
this.defaultProps = {
className: 'my-checkbox',
label: 'Unnamed checkbox',
......
......@@ -3,7 +3,7 @@ import * as studydocs from '../../models/studydocs';
import { apiUrl } from '../../models/config';
import { isLoggedIn } from '../../models/auth';
import { Error401 } from '../errors';
import { Button, Checkbox, RadioGroup, TextField } from '../../components';
import { Button, Checkbox, TextField } from '../../components';
const tableHeadings = ['title', 'type'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment