Socket
Socket
Sign inDemoInstall

@tedconf/react-ted-bootstrap

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tedconf/react-ted-bootstrap

A shared set of UI components for internal projects


Version published
Maintainers
9
Created
Source

TED Bootstrap

A React-based design system for internal TED projects.

Installation

yarn add @tedconf/react-ted-bootstrap

Components List

  • Button
  • Container
  • DataTable

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

FAQs

Package last updated on 27 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc