Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trendmicro-frontend/trendmicro-ui

CSS styles for creating a user interface according to Trend Micro UI style guides.
https://github.com/trendmicro-frontend/trendmicro-ui

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Trend Micro UI [![build status](https://travis-ci.org/trendmicro-frontend/trendmicro-ui.svg?branch=master)](https://travis-ci.org/trendmicro-frontend/trendmicro-ui) [![Coverage Status](https://coveralls.io/repos/github/trendmicro-frontend/trendmicro-ui/badge.svg?branch=master)](https://coveralls.io/github/trendmicro-frontend/trendmicro-ui?branch=master)

[![NPM](https://nodei.co/npm/trendmicro-ui.png?downloads=true&stars=true)](https://nodei.co/npm/trendmicro-ui/)

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.

```bash
npm install --save trendmicro-ui
```

**In your application**

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

## License

MIT