cs-theme
v6.0.0
Published
The theme for CineSend.
Downloads
14
Readme
CineSend Theme
The default theme for all CineSend products. Includes React components and scss files.
Installation
npm install cs-theme@latest --save
; oryarn add cs-theme@latest
.
Usage
SCSS
import styles from 'cs-theme/dist/index.scss'
or import scss files individually
import borders from 'cs-theme/dist/sass/borders.scss'
React Components
import { Table } from 'cs-theme'
Run Locally
yarn start
Browse to http://localhost:8999 to view examples
Publish
All publish scripts will commit and push to origin, transpile, lint, style and publish to NPM.
Note: Patches should never include breaking changes.
Patch
yarn publish-patch
.
Minor
yarn publish-minor
.
Major
yarn publish-major
.