Skip to content

trendmicro-frontend/trendmicro-ui

Repository files navigation

Trend Micro UI build status Coverage Status

NPM

CSS styles for creating a user interface according to Trend Micro UI style guides.

Demo: https://trendmicro-frontend.github.io/trendmicro-ui

Getting Started

Standalone Build

Go to https://github.com/trendmicro-frontend/trendmicro-ui/releases, and download a zip file containing minified CSS and fonts ready for production use.

Webpack or Browserify (recommended)

You can install trendmicro-ui from npm and include it in your build process using webpack or browserify.

npm install --save trendmicro-ui

In your application

import 'trendmicro-ui/dist/css/trendmicro-ui.css';

License

MIT