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

https://github.com/rangle/msrd

📏📐
https://github.com/rangle/msrd

Last synced: about 1 year ago
JSON representation

📏📐

Awesome Lists containing this project

README

          

# msrd
Angular toolkit for building UI components with typography and layout scales

```ts
// Margins
@Input() ma;
@Input() mh;
@Input() mv;
@Input() mt;
@Input() mr;
@Input() mb;
@Input() ml;
// Padding
@Input() pa;
@Input() ph;
@Input() pv;
@Input() pt;
@Input() pr;
@Input() pb;
@Input() pl;
// Colours
@Input() clr;
@Input() bg;
// Typography
@Input() f;
@Input() fw;
@Input() lh;
```

### Example

```html

Button Text

```