1.1.0 • Published 4 years ago

@tedconf/react-ted-bootstrap v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

TED Bootstrap

A React-based design system for internal TED projects.

Installation

yarn add @tedconf/react-ted-bootstrap

Components List

Button

ember-ted-button equivalent

import { Button } from '@tedconf/react-ted-bootstrap';

const MyComponent = () => {
  <Button>
    My Button
  </Button>
}

⬆️ back to top

Container

Bootstrap's .container equivalent

import { Container } from '@tedconf/react-ted-bootstrap';

const MyComponent = () => {
  <Container>
    // your code here..
  </Container>
}

⬆️ back to top

1.1.0

4 years ago

1.0.0

4 years ago

0.6.11

4 years ago

0.6.10

5 years ago

0.6.9

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago