https://github.com/rangle/msrd
📏📐
https://github.com/rangle/msrd
Last synced: about 1 year ago
JSON representation
📏📐
- Host: GitHub
- URL: https://github.com/rangle/msrd
- Owner: rangle
- Created: 2017-01-21T17:31:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T04:46:49.000Z (over 5 years ago)
- Last Synced: 2025-01-24T13:32:09.241Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```