0.0.15 • Published 5 years ago

@t7/list-inline v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@t7/list-inline

Create a React horizontal in-line list from an unordered list

Installation

npm install @t7/list-inline --save

Usage

import ListInline from '@t7/list-inline'
import '@t7/list-inline/dist/index.css'
/* create your list as a single logical grouping */
<ListInline>
  <li>
    List Item 1
  </li>
  <li>
    List Item 2
  </li>
  <li>
    List Item 3
  </li>
</ListInline>

   

Note regarding the use of the required CSS

if your build process will not resolve the CSS in a module copy the file @t7/list-inline/dist/index.css from the node_modules folder and reference the copy with an HTML link

e.g.
<link rel="stylesheet" href="<your stylesheet folder>/@t7/list-inline/dist/index.css">
0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago