@tedconf/react-ted-bootstrap
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

/@tedconf/react-ted-bootstrap/

    Package Sidebar

    Install

    npm i @tedconf/react-ted-bootstrap

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    81.8 kB

    Total Files

    52

    Last publish

    Collaborators

    • alienzz
    • romulomachado
    • christian_ted
    • bog