Skip to content

Commit

Permalink
Fix Controlled to App in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ge73led committed May 26, 2019
1 parent 9f70738 commit 6f537a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Slider } from "react-semantic-ui-range";
import "semantic-ui-css/semantic.min.css";
import { Label, Grid, Input } from "semantic-ui-react";

const Controlled = props => {
const App = props => {
const [value, setValue] = useState(5);

const settings = {
Expand Down Expand Up @@ -56,3 +56,5 @@ const Controlled = props => {

export default App;
```


0 comments on commit 6f537a0

Please sign in to comment.