mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
Checkbox rendered in the app root
This commit is contained in:
parent
b87984f228
commit
c610ab6012
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
import { Checkbox } from 'stremio-common';
|
||||||
|
|
||||||
class App extends Component {
|
class App extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<span>Stremio</span>
|
<span>Stremio</span>
|
||||||
|
<Checkbox checked={true} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue