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
script | description |
---|
build | generate a production build of module |
test | run unit tests |
docs:start | start dev documentation server |
docs:build | generate static build of docs |
Release
yarn version
git push --follow-tags