Socket
Book a DemoInstallSign in
Socket

jmds-flex

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jmds-flex

## Install

latest
npmnpm
Version
0.6.0
Version published
Maintainers
1
Created
Source

Flex

Install

$ npm i jmds-flex

Usage

@import "path/to/jmds-flex";

CSS

<div class="ds-o-flex">
  <div class="ds-o-flex__item" />
  <div class="ds-o-flex__item" />
  <div class="ds-o-flex__item" />
</div>

React

import { Flex, FlexItem } from 'jmds-flex'

<Flex>
  <FlexItem />
  <FlexItem />
  <FlexItem />
</Flex>

FAQs

Package last updated on 26 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts