Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/trendmicro-frontend/trendmicro-ui
- Owner: trendmicro-frontend
- License: mit
- Created: 2017-01-20T09:48:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T14:05:54.000Z (over 1 year ago)
- Last Synced: 2024-12-20T00:31:54.356Z (23 days ago)
- Language: Stylus
- Homepage: https://trendmicro-frontend.github.io/trendmicro-ui
- Size: 2.44 MB
- Stars: 5
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - trendmicro-ui - CSS styles for creating a user interface according to Trend Micro UI style guides. (Trend Micro / CSS Styles)
- awesome_frontend_development_resources - trendmicro-ui - CSS styles for creating a user interface according to Trend Micro UI style guides. (Trend Micro / CSS Styles)
- awesome_frontend_development_resources - trendmicro-ui - CSS styles for creating a user interface according to Trend Micro UI style guides. (Trend Micro / CSS Styles)
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