Skip to content
Snippets Groups Projects
Commit fbf7ff9c authored by Jean-Christophe's avatar Jean-Christophe
Browse files

ajout style listingController

parent 28e7645b
Branches
Tags
No related merge requests found
div.controller {
margin : 10px;
padding : 10px;
border : solid thin #AAA;
}
div.controller button {
margin : 0px 10px;
}
import { useState } from 'react';
import PersonListing from './personListing.component.jsx';
import '../assets/style/displayController.css';
const PersonListingController = ({ initialDelay = 250 }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment