react-material-design-lite icon indicating copy to clipboard operation
react-material-design-lite copied to clipboard

Proposed Tab Layout

Open samrocksc opened this issue 10 years ago • 0 comments

Would this be sufficient? I know we're trying to keep as much in children as possible

       <Tab>
            <Tab bar>
            <Tab link linkfor='1'>Tab 1</Tab>
            <Tab link linkfor='2'>Tab 2</Tab>
            <Tab link linkfor='3'>Tab 3</Tab>
          </Tab>
          <Tab content isactive id='1'>
            Tab Content 2
          </Tab>
           <Tab content id='1'>
             Tab Content 2
          </Tab>
          <Tab content id='3'>
            Tab Content 3
          </Tab
        </Tab>

samrocksc avatar Nov 28 '15 01:11 samrocksc