UNPKG

fk-react-ui-components

Version:

Step 1 : Create a file in [ Seeds / Plants / Trees ] <br> Step 2 : It should export an Object with component name and story Component [Refer other components] <br> Step 3 : Story Component should return a react component <br> Step 3 : Created file should

33 lines (31 loc) 808 B
import styled from "styled-components"; export default function styleTab(Tabs) { return styled(Tabs)` .date-range{ text-align: center; margin-right: 90px; } .react-tabs__tab-panel{ width: 83%; } .react-tabs__tab{ border-radius: 0; padding: 15px 30px; width: 150px; font-size: 14px; cursor: pointer; font-weight: 500; list-style: none; display: inline; } .react-tabs__tab-list { border-bottom: none; padding: 10px; } .react-tabs__tab.react-tabs__tab--selected{ background: rgba(235, 235, 235, 0.60); } }`; } //# sourceMappingURL=tab.js.map