CSS styles for creating a user interface according to Trend Micro UI style guides.
Demo: https://trendmicro-frontend.github.io/trendmicro-ui
Go to https://github.com/trendmicro-frontend/trendmicro-ui/releases, and download a zip file containing minified CSS and fonts ready for production use.
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';
MIT