import React, { Component } from 'react' import './SearchButton.css' import Overlay from './Overlay' import { SearchBar } from './pages/RulesList' import withColours from 'Components/withColours' @withColours export default class SearchButton extends Component { state = { visible: false } render() { return (
{this.state.visible ? ( this.setState({ visible: false })}>

Chercher une règle

) : (