0.1.2 • Published 2 years ago

@flexcodelabs/list v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@flexcodelabs/list

npm NPM

List

Features

  • Can handle list items
  • Can handle list items with a child component

Installation

npm install @flexcodelabs/list

or

yarn add @flexcodelabs/list

Usage

import List from '@flexcodelabs/list'
;<List items={[]} />

Examples

Source code
Demo

Props

NameTypeDefaultRequiredDescription
items(string or itemObject)[]NonefalseItemObject expects two properties: item of type string and child of type ReactNode
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago