1.1.0 • Published 5 years ago

@tedconf/react-ted-bootstrap v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.6.11

5 years ago

0.6.10

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago