Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

(NPM) Twbs React Grid - Standalone Bootstrap Grid for React w/ Styled Components #2415

Open
Rjpdude opened this issue Jan 11, 2020 · 0 comments

Comments

@Rjpdude
Copy link

Rjpdude commented Jan 11, 2020

https://github.com/Rjpdude/twbs-react-grid

A full implementation of the standalone Bootstrap Flexbox Grid for React using Styled Components.

import { Container, Row, Col } from 'twbs-react-grid';

function Page() {
  return (
    <Container>
      <Row>
        <Col size={3} lg={4}>
          <SideNav />
        </Col>

        <Col size={9} lg={8}>
          <PageBody />
        </Col>
      </Row>
    </Container>
  )
}
@mdo mdo added the resources label May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants