Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

td-stylekit

Package Overview
Dependencies
Maintainers
1
Versions
728
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

td-stylekit

Common set of components and styles to be used across frontend products as well as documentation based on these components.

  • 0.11.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
335
increased by6.69%
Maintainers
1
Weekly downloads
 
Created
Source

td-stylekit

Common set of components and styles to be used across frontend products as well as documentation based on these components.

Installation

yarn add td-stylekit react react-dom

Usage

import React from 'react'
import { Text, ThemeProvider } from 'td-stylekit'

return () => (
    <ThemeProvider>
        <Text>text</Text>
    </ThemeProvider>
)

Scripts

scriptdescription
buildgenerate a production build of module
testrun unit tests
docs:startstart dev documentation server
docs:buildgenerate static build of docs

Release

yarn version
git push --follow-tags

Browser support

We supports all major browsers with the following versions. For other, unsupported browsers, we automatically use a fallback.

  • Chrome: 55+
  • Android (Chrome): 55+
  • Android (Stock Browser): 5+
  • Android (UC): 11+
  • Firefox: 52+
  • Safari: 9+
  • iOS (Safari): 9+
  • Opera: 30+
  • Opera (Mini): 12+
  • IE: 10+
  • IE (Mobile): 11+
  • Edge: 12+

CSS prefixing and compatibility is provided by inline-style-prefixer. We have a custom build script to specify this set of browsers in bin/generate-browser-data, and the data is stored in src/utils/prefixer. This data can be regenerated as needed but it should be fairly infrequently changing data (CSS properties and browser support).

FAQs

Package last updated on 23 Apr 2018

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