1.0.0 • Published 7 years ago
@devlaunch/ui-config v1.0.0
@devlaunch/ui-config
The configuration for styled-bootstrap-components
Table of Contents
Installation
$ npm i @devlaunch/ui-config -S
or
$ yarn add @devlaunch/ui-config
Usage
This package just holds the configuration for the styled-bootstrap-components. For now they are just holding the screen sizes. In the future this package will hold also the configuration for colors, and borders.
import { screenSize } from "@devlaunch/ui-config";
// 576px
screenSize.sm;
// 768px
screenSize.md;
// 992px
screenSize.lg;
// 1200px
screenSize.xl;
Related
License
MIT © Phaneendra
1.0.0
7 years ago